mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 13:54:08 +00:00
add debug render groups
This commit is contained in:
parent
bb8b823c30
commit
996772faf2
21 changed files with 136 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#if defined(RW_OPENGL)
|
||||
#define PUSH_RENDERGROUP(str) glPushDebugGroup(GL_DEBUG_SOURCE_APPLICATION, 0, -1, str)
|
||||
#define POP_RENDERGROUP() glPopDebugGroup()
|
||||
#else
|
||||
#endif
|
||||
|
||||
struct GlobalScene
|
||||
{
|
||||
RpWorld *world;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue