LeviLamina
Loading...
Searching...
No Matches
RenderContextStateBase.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace mce {
6
8public:
9 // member variables
10 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCNAPI void* $ctor();
38 // NOLINTEND
39};
40
41} // namespace mce
Definition RenderContextStateBase.h:7
Definition Alias.h:14