File tree 1 file changed +4
-0
lines changed
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
17
17
- Add ` TempDirPathDriver ` .
18
18
- Added various runnable scripts for test purposes.
19
19
- 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 ` .
20
22
21
23
### Changed
22
24
@@ -27,6 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
29
28
30
- Improved documentation for parts of ` SessionBuilder ` and ` VideoDriver `
29
31
- 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.
30
34
31
35
### Removed
32
36
You can’t perform that action at this time.
0 commit comments