LeviLamina
Loading...
Searching...
No Matches
PBRTexturePtrs.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/minecraft_renderer/renderer/TexturePtr.h"
7
8
struct
PBRTexturePtrs
{
9
public
:
10
// PBRTexturePtrs inner types declare
11
// clang-format off
12
struct
MERSTexturePtr
;
13
struct
NormalTexturePtr
;
14
// clang-format on
15
16
// PBRTexturePtrs inner types define
17
struct
MERSTexturePtr
{};
18
19
struct
NormalTexturePtr
{};
20
21
public
:
22
// member variables
23
// NOLINTBEGIN
24
::ll::TypedStorage<8, 32, ::mce::TexturePtr> mColorTexture;
25
::ll::TypedStorage<8, 40, ::PBRTexturePtrs::MERSTexturePtr> mMERSTexture;
26
::ll::TypedStorage<8, 40, ::PBRTexturePtrs::NormalTexturePtr> mNormalTexture;
27
// NOLINTEND
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCAPI ~PBRTexturePtrs();
33
// NOLINTEND
34
35
public
:
36
// destructor thunk
37
// NOLINTBEGIN
38
MCFOLD
void
$dtor();
39
// NOLINTEND
40
};
PBRTexturePtrs::MERSTexturePtr
Definition
PBRTexturePtrs.h:14
PBRTexturePtrs::NormalTexturePtr
Definition
PBRTexturePtrs.h:16
PBRTexturePtrs
Definition
PBRTexturePtrs.h:5
src-client
mc
deps
minecraft_renderer
resources
PBRTexturePtrs.h
Generated on
for LeviLamina by
1.16.1