mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-13 18:24:54 +02:00
fix last commit
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
#define PUSH_RENDERGROUP(str) glPushDebugGroup(GL_DEBUG_SOURCE_APPLICATION, 0, -1, str)
|
#define PUSH_RENDERGROUP(str) glPushDebugGroup(GL_DEBUG_SOURCE_APPLICATION, 0, -1, str)
|
||||||
#define POP_RENDERGROUP() glPopDebugGroup()
|
#define POP_RENDERGROUP() glPopDebugGroup()
|
||||||
#else
|
#else
|
||||||
|
#define PUSH_RENDERGROUP(str)
|
||||||
|
#define POP_RENDERGROUP()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct GlobalScene
|
struct GlobalScene
|
||||||
|
Reference in New Issue
Block a user