File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments