Skip to content

Commit 5982c63

Browse files
committed
Update the changelog
1 parent 5b963f5 commit 5982c63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Add `TempDirPathDriver`.
1818
- Added various runnable scripts for test purposes.
1919
- Add a new guide for taking a capture with RenderDoc.
20+
- Add labels to OpenGL objects created by `ModernGlVideoDriver`.
21+
- Add debug groups to important methods within `ModernGlVideoDriver`.
2022

2123
### Changed
2224

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

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

3135
### Removed
3236

0 commit comments

Comments
 (0)