fix last commit
This commit is contained in:
parent
9db87fc636
commit
e8b435a624
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue