LeviLamina
Loading...
Searching...
No Matches
MatrixStack.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
MatrixStack
{
6
public
:
7
// MatrixStack inner types declare
8
// clang-format off
9
struct
MatrixStackRef
;
10
// clang-format on
11
12
// MatrixStack inner types define
13
struct
MatrixStackRef
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 8>
mUnka8f7f2;
18
::ll::UntypedStorage<8, 8>
mUnk88f465;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
MatrixStackRef
& operator=(
MatrixStackRef
const
&);
24
MatrixStackRef
(
MatrixStackRef
const
&);
25
MatrixStackRef
();
26
};
27
28
public
:
29
// member variables
30
// NOLINTBEGIN
31
::ll::UntypedStorage<8, 40>
mUnk898c8e;
32
::ll::UntypedStorage<8, 16>
mUnkce0904;
33
::ll::UntypedStorage<1, 1>
mUnk796520;
34
// NOLINTEND
35
36
public
:
37
// prevent constructor by default
38
MatrixStack
& operator=(
MatrixStack
const
&);
39
MatrixStack
(
MatrixStack
const
&);
40
MatrixStack
();
41
};
MatrixStack
Definition
MatrixStack.h:5
MatrixStack::MatrixStackRef
Definition
MatrixStack.h:13
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
renderer
MatrixStack.h
Generated on Sat Apr 26 2025 05:55:30 for LeviLamina by
1.12.0