LeviLamina
Loading...
Searching...
No Matches
ThreadedWorldConstants.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/minecraft_renderer/constantbuffers/WorldConstants.h"
7#include "mc/deps/renderer/hal/interface/ConstantBufferContainer.h"
8
9namespace mce {
10
11class ThreadedWorldConstants : public ::mce::WorldConstants {
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 120, ::mce::ConstantBufferContainer> mWorldConstantsContainer;
16 // NOLINTEND
17
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual void init() /*override*/;
22 // NOLINTEND
23
24public:
25 // virtual function thunks
26 // NOLINTBEGIN
27 MCAPI void $init();
28 // NOLINTEND
29
30public:
31 // vftables
32 // NOLINTBEGIN
33 MCNAPI static void** $vftable();
34 // NOLINTEND
35};
36
37} // namespace mce
Definition ThreadedWorldConstants.h:7
static MCAPI void ** $vftable()