You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
BREAKING: Rename DefaultPathDriver to ExplicitPathDriver.
Make TempDirPathDriver the default path driver used by SessionBuilder.
Fixed
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.