LeviLamina
Loading...
Searching...
No Matches
BgfxEndFrameNoWaitDiscard.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace mce::framebuilder {
6
8public:
9 // BgfxEndFrameNoWaitDiscard inner types declare
10 // clang-format off
12 // clang-format on
13
14 // BgfxEndFrameNoWaitDiscard inner types define
15 enum class FrameBuilderEvent : int {};
16
18};
19
20} // namespace mce::framebuilder
Definition BgfxEndFrameNoWaitDiscard.h:7