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
8namespace cg {
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<4, 4, uint> mMipCount;
15 // NOLINTEND
16
17public:
18 // member functions
19 // NOLINTBEGIN
20
21 // NOLINTEND
22
23public:
24 // constructor thunks
25 // NOLINTBEGIN
26 MCAPI_C void* $ctor();
27
28 MCAPI_C void* $ctor(::cg::ImageDescription const& imageDescription);
29 // NOLINTEND
30};
31
32} // namespace cg
Definition ImageDescription.h:20
Definition TextureDescription.h:10