LeviLamina
Loading...
Searching...
No Matches
BlockCullingData.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
BlockCullingData
{
6
public
:
7
// BlockCullingData inner types declare
8
// clang-format off
9
struct
CullingRule
;
10
// clang-format on
11
12
// BlockCullingData inner types define
13
struct
CullingRule
{
14
public
:
15
// CullingRule inner types declare
16
// clang-format off
17
struct
GeometryPart
;
18
// clang-format on
19
20
// CullingRule inner types define
21
enum class
Condition : uchar {
22
Default = 0,
23
SameCullingLayer = 1,
24
SameBlock = 2,
25
SameBlockPermutation = 3,
26
};
27
28
struct
GeometryPart
{
29
public
:
30
// member variables
31
// NOLINTBEGIN
32
::ll::UntypedStorage<8, 32>
mUnk9bb609;
33
::ll::UntypedStorage<4, 4>
mUnkbdd225;
34
::ll::UntypedStorage<1, 1>
mUnk1ab2e4;
35
// NOLINTEND
36
37
public
:
38
// prevent constructor by default
39
GeometryPart
& operator=(
GeometryPart
const
&);
40
GeometryPart
(
GeometryPart
const
&);
41
GeometryPart
();
42
};
43
44
public
:
45
// member variables
46
// NOLINTBEGIN
47
::ll::UntypedStorage<1, 1>
mUnk54878d;
48
::ll::UntypedStorage<1, 1>
mUnk24dd3a;
49
::ll::UntypedStorage<8, 40>
mUnk23f61d;
50
// NOLINTEND
51
52
public
:
53
// prevent constructor by default
54
CullingRule
& operator=(
CullingRule
const
&);
55
CullingRule
(
CullingRule
const
&);
56
CullingRule
();
57
};
58
59
public
:
60
// member variables
61
// NOLINTBEGIN
62
::ll::UntypedStorage<8, 48>
mUnk35b5fa;
63
::ll::UntypedStorage<8, 24>
mUnkfc93e8;
64
// NOLINTEND
65
66
public
:
67
// prevent constructor by default
68
BlockCullingData
& operator=(
BlockCullingData
const
&);
69
BlockCullingData
(
BlockCullingData
const
&);
70
BlockCullingData
();
71
};
BlockCullingData::CullingRule::GeometryPart
Definition
BlockCullingData.h:28
BlockCullingData::CullingRule
Definition
BlockCullingData.h:13
BlockCullingData
Definition
BlockCullingData.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
client
renderer
block
culling
BlockCullingData.h
Generated on Fri Jun 13 2025 05:04:18 for LeviLamina by
1.12.0