LeviLamina
Loading...
Searching...
No Matches
RenderContextImmediate.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace mce { class RenderContext; }
8// clang-format on
9
10namespace mce {
11
13public:
14 // static functions
15 // NOLINTBEGIN
16 MCNAPI static bool exists();
17
18 MCNAPI static ::mce::RenderContext& get();
19 // NOLINTEND
20};
21
22} // namespace mce
Definition RenderContextImmediate.h:7
static MCAPI bool exists()
static MCAPI ::mce::RenderContext & get()
Definition RenderContext.h:7