Small improvements to performance

This commit is contained in:
2026-06-25 21:30:44 -05:00
parent 3f35d56be4
commit a74f1568e9
7 changed files with 19 additions and 19 deletions
+1
View File
@@ -48,6 +48,7 @@ typedef struct shadergl_s {
typedef struct {
shadergl_t *boundShader;
uint_fast8_t dirty;
GLuint boundTextureId;
} shaderlegacygl_t;
extern shaderlegacygl_t SHADER_LEGACY;