mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-10-16 04:25:12 +00:00
Removed missed reference to OPTICK
This commit is contained in:
parent
123fadc88d
commit
2ccf6535e3
@ -451,7 +451,6 @@ struct ScopedDebugGroup {
|
|||||||
inline ~ScopedDebugGroup() noexcept { pop_debug_group(); }
|
inline ~ScopedDebugGroup() noexcept { pop_debug_group(); }
|
||||||
};
|
};
|
||||||
#define SCOPED_GRAPHICS_DEBUG_GROUP(name, ...) \
|
#define SCOPED_GRAPHICS_DEBUG_GROUP(name, ...) \
|
||||||
OPTICK_EVENT_DYNAMIC(name); \
|
|
||||||
ScopedDebugGroup _GfxDbg_ { name }
|
ScopedDebugGroup _GfxDbg_ { name }
|
||||||
#else
|
#else
|
||||||
#define SCOPED_GRAPHICS_DEBUG_GROUP(name, ...)
|
#define SCOPED_GRAPHICS_DEBUG_GROUP(name, ...)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user