mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-14 06:19:15 +00:00
fix last commit
This commit is contained in:
parent
996772faf2
commit
146ad3b4a1
|
@ -4,6 +4,8 @@
|
|||
#define PUSH_RENDERGROUP(str) glPushDebugGroup(GL_DEBUG_SOURCE_APPLICATION, 0, -1, str)
|
||||
#define POP_RENDERGROUP() glPopDebugGroup()
|
||||
#else
|
||||
#define PUSH_RENDERGROUP(str)
|
||||
#define POP_RENDERGROUP()
|
||||
#endif
|
||||
|
||||
struct GlobalScene
|
||||
|
|
Loading…
Reference in a new issue