LeviLamina
Loading...
Searching...
No Matches
TextureDescription.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core_graphics/ImageDescription.h"
7
8
namespace
cg {
9
10
struct
TextureDescription
:
public
::cg::ImageDescription
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::TypedStorage<4, 4, uint> mMipCount;
15
// NOLINTEND
16
17
public
:
18
// member functions
19
// NOLINTBEGIN
20
#ifdef LL_PLAT_C
21
MCAPI
TextureDescription
();
22
23
MCAPI
explicit
TextureDescription
(
::cg::ImageDescription
const
& imageDescription);
24
#endif
25
// NOLINTEND
26
27
public
:
28
// constructor thunks
29
// NOLINTBEGIN
30
#ifdef LL_PLAT_C
31
MCAPI
void
* $ctor();
32
33
MCAPI
void
* $ctor(
::cg::ImageDescription
const
& imageDescription);
34
#endif
35
// NOLINTEND
36
};
37
38
}
// namespace cg
cg::ImageDescription
Definition
ImageDescription.h:20
cg::TextureDescription
Definition
TextureDescription.h:10
src
mc
deps
core_graphics
TextureDescription.h
Generated on
for LeviLamina by
1.16.1