LeviLamina
Loading...
Searching...
No Matches
Material.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
glTF {
6
7
struct
Material
{
8
public
:
9
// Material inner types define
10
enum class
AlphaMode :
int
{
11
OpaqueMode = 0,
12
Mask = 1,
13
Blend = 2,
14
};
15
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 32>
mUnk405b9b;
20
::ll::UntypedStorage<8, 16>
mUnk9b9260;
21
::ll::UntypedStorage<8, 16>
mUnk8e0bb7;
22
::ll::UntypedStorage<8, 16>
mUnk460894;
23
::ll::UntypedStorage<4, 4>
mUnk5afaba;
24
::ll::UntypedStorage<8, 32>
mUnked1f91;
25
::ll::UntypedStorage<4, 4>
mUnkc1f094;
26
// NOLINTEND
27
28
public
:
29
// prevent constructor by default
30
Material
& operator=(
Material
const
&);
31
Material
(
Material
const
&);
32
Material
();
33
};
34
35
}
// namespace glTF
glTF::Material
Definition
Material.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
util
gltf
Material.h
Generated on Sat Apr 26 2025 05:56:29 for LeviLamina by
1.12.0