LeviLamina
Loading...
Searching...
No Matches
UIGlobalPixelConstants.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/minecraft_renderer/constantbuffers/ConstantBufferConstantsBase.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace mce { class ShaderConstantFloat2; }
11// clang-format on
12
13namespace mce {
14
15class UIGlobalPixelConstants : public ::mce::ConstantBufferConstantsBase {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 8, ::mce::ShaderConstantFloat2*> VIEWPORT_SIZE;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual void init() /*override*/;
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI UIGlobalPixelConstants();
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCAPI void* $ctor();
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCAPI void $init();
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
52
53} // namespace mce
Definition ShaderConstantFloat2.h:7
Definition UIGlobalPixelConstants.h:7
static MCAPI void ** $vftable()