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
#ifdef LL_PLAT_S
18
#else
// LL_PLAT_C
19
public
:
20
// prevent constructor by default
21
TextureDescription();
22
23
#endif
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
#ifdef LL_PLAT_C
28
MCAPI
explicit
TextureDescription(
::cg::ImageDescription
const
& imageDescription);
29
30
MCAPI
bool
operator!=(
::cg::TextureDescription
const
& rhs)
const
;
31
32
MCAPI
bool
operator==(
::cg::TextureDescription
const
& rhs)
const
;
33
#endif
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
#ifdef LL_PLAT_C
40
MCAPI
void
* $ctor(
::cg::ImageDescription
const
& imageDescription);
41
#endif
42
// NOLINTEND
43
};
44
45
}
// 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