togles: optimize PBO usage

This commit is contained in:
nillerusr
2023-01-12 20:48:13 +03:00
parent e26b40d889
commit 3d43e9fe3a
3 changed files with 8 additions and 6 deletions

View File

@@ -69,6 +69,8 @@
#define GL_ALPHA_TEST_FUNC_QCOM 0x0BC1
#define GL_ALPHA_TEST_REF_QCOM 0x0BC2
#define GLSL_VERSION "#version 300 es\n"
extern void GLMDebugPrintf( const char *pMsg, ... );
extern uint g_nTotalDrawsOrClears, g_nTotalVBLockBytes, g_nTotalIBLockBytes;