SharedGL v0.6.0
Change log:
- Implementation
- Version bumped up to OpenGL 3.3
- Fixed Windows ICD, applications should run now
- Fixed several GL functions
- Introduced
SGL_RUN_WITH_LOW_PRIORITY
for Windows, allowing applications to run much more smoothly on systems with older CPUs- By default, this is set to
true
. Set tofalse
to disable.
- By default, this is set to