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