LeviLamina
Loading...
Searching...
No Matches
CompressedImageBuffer.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/container/Blob.h"
7
#include "mc/deps/core_graphics/CompressedImageDescription.h"
8
9
namespace
cg {
10
11
class
CompressedImageBuffer
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<8, 24, ::mce::Blob> mStorage;
16
::ll::TypedStorage<4, 16, ::cg::CompressedImageDescription> mImageDescription;
17
// NOLINTEND
18
19
public
:
20
// member functions
21
// NOLINTBEGIN
22
23
// NOLINTEND
24
25
public
:
26
// constructor thunks
27
// NOLINTBEGIN
28
MCAPI_C
void
* $ctor(uchar
const
* data, uint64 size,
::cg::CompressedImageDescription
const
& desc);
29
// NOLINTEND
30
31
public
:
32
// destructor thunk
33
// NOLINTBEGIN
34
MCFOLD_C
void
$dtor();
35
// NOLINTEND
36
};
37
38
}
// namespace cg
cg::CompressedImageBuffer
Definition
CompressedImageBuffer.h:11
cg::CompressedImageDescription
Definition
CompressedImageDescription.h:11
src
mc
deps
core_graphics
CompressedImageBuffer.h
Generated on
for LeviLamina by
1.16.1