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
9namespace cg {
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 24, ::mce::Blob> mStorage;
16 ::ll::TypedStorage<4, 16, ::cg::CompressedImageDescription> mImageDescription;
17 // NOLINTEND
18
19public:
20 // member functions
21 // NOLINTBEGIN
22
23 // NOLINTEND
24
25public:
26 // constructor thunks
27 // NOLINTBEGIN
28 MCAPI_C void* $ctor(uchar const* data, uint64 size, ::cg::CompressedImageDescription const& desc);
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCFOLD_C void $dtor();
35 // NOLINTEND
36};
37
38} // namespace cg
Definition CompressedImageBuffer.h:11
Definition CompressedImageDescription.h:11