LeviLamina
Loading...
Searching...
No Matches
FrameDebugData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace OreUI {
6
8public:
9 // FrameDebugData inner types declare
10 // clang-format off
11 struct DrawcallDebugData;
13 // clang-format on
14
15 // FrameDebugData inner types define
16 enum class FlushTrigger : int {};
17
19
21};
22
23} // namespace OreUI
Definition FrameDebugData.h:18
Definition FrameDebugData.h:20
Definition FrameDebugData.h:7