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