Skip to content

GLX v1.1

Compare
Choose a tag to compare
@Brandon-T Brandon-T released this 27 Sep 15:54
· 6 commits to master since this release

Includes plugin system compatibility for Smart v8.3.
Allows use of Smart's Graphics Button (ability to enable/disable OpenGL).
Allows use of Smart's Debug Button (ability to enable/disable Debugging).
Draws more efficiently (Instead of creating a texture, drawing it, deleting it every frame.. It now creates a texture when the client loads, modifies it, draws it and deletes when the client is closed).
Delete the "Bitmap.h/Bitmap.cpp" file from the project as it isn't used.