Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Sep 25, 2024
1 parent 5b963f5 commit 5982c63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `TempDirPathDriver`.
- Added various runnable scripts for test purposes.
- Add a new guide for taking a capture with RenderDoc.
- Add labels to OpenGL objects created by `ModernGlVideoDriver`.
- Add debug groups to important methods within `ModernGlVideoDriver`.

### Changed

Expand All @@ -27,6 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Improved documentation for parts of `SessionBuilder` and `VideoDriver`
- Removed a `glClear` call in `ModernGlVideoDriver` that was left in by accident.
- Clear the `glGetError` queue at various places in `ModernGlVideoDriver`
to prevent PyOpenGL from misreporting errors that came from moderngl or the loaded core.

### Removed

Expand Down

0 comments on commit 5982c63

Please sign in to comment.