mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-10-15 11:05:11 +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(); }
|
||||
};
|
||||
#define SCOPED_GRAPHICS_DEBUG_GROUP(name, ...) \
|
||||
OPTICK_EVENT_DYNAMIC(name); \
|
||||
ScopedDebugGroup _GfxDbg_ { name }
|
||||
#else
|
||||
#define SCOPED_GRAPHICS_DEBUG_GROUP(name, ...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user