mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-09 10:22:16 -04:00
Merge branch 'main' into 26-03-28-movie-player
This commit is contained in:
@@ -42,4 +42,13 @@ typedef GXTexObjRAII TGXTexObj;
|
||||
typedef GXTexObj TGXTexObj;
|
||||
#endif
|
||||
|
||||
struct GXScopedDebugGroup {
|
||||
explicit GXScopedDebugGroup(const char* text) {
|
||||
GXPushDebugGroup(text);
|
||||
}
|
||||
~GXScopedDebugGroup() {
|
||||
GXPopDebugGroup();
|
||||
}
|
||||
};
|
||||
|
||||
#endif // DUSK_GX_HELPER_H
|
||||
|
||||
Reference in New Issue
Block a user