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