mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 17:19:15 +01:00
fix last commit
This commit is contained in:
parent
9db87fc636
commit
e8b435a624
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user