LeviLamina
Loading...
Searching...
No Matches
WorldConstants.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 ShaderConstantMatrix4x4; }
11// clang-format on
12
13namespace mce {
14
15class WorldConstants : public ::mce::ConstantBufferConstantsBase {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 8, ::mce::ShaderConstantMatrix4x4*> WORLDVIEWPROJ;
20 ::ll::TypedStorage<8, 8, ::mce::ShaderConstantMatrix4x4*> WORLD;
21 ::ll::TypedStorage<8, 8, ::mce::ShaderConstantMatrix4x4*> WORLDVIEW;
22 ::ll::TypedStorage<8, 8, ::mce::ShaderConstantMatrix4x4*> PROJ;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual void init() /*override*/;
29 // NOLINTEND
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI WorldConstants();
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCAPI void* $ctor();
41 // NOLINTEND
42
43public:
44 // virtual function thunks
45 // NOLINTBEGIN
46 MCAPI void $init();
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
55
56} // namespace mce
Definition ShaderConstantMatrix4x4.h:7
Definition WorldConstants.h:7
static MCAPI void ** $vftable()