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::TypedStorage<8, 8, ::std::unique_ptr<uchar[0]>> mData;
20
::ll::TypedStorage<8, 8, uint64> mSize;
21
// NOLINTEND
22
};
23
24
public
:
25
// member variables
26
// NOLINTBEGIN
27
::ll::TypedStorage<8, 8, ::std::unique_ptr<::texd::StorageBuffer::Implementation>> mImplementation;
28
// NOLINTEND
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCAPI_C
void
* $ctor(uchar
const
* data, uint64 size);
40
// NOLINTEND
41
42
public
:
43
// destructor thunk
44
// NOLINTBEGIN
45
MCFOLD_C
void
$dtor();
46
// NOLINTEND
47
};
48
49
}
// namespace texd
texd::StorageBuffer::Implementation
Definition
StorageBuffer.h:15
texd::StorageBuffer
Definition
StorageBuffer.h:7
src
mc
external
render_dragon
texture_decoder
texd
StorageBuffer.h
Generated on
for LeviLamina by
1.16.1