LeviLamina
Loading...
Searching...
No Matches
TextureSetImageContainer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7#include "mc/deps/core_graphics/TextureSetLayerType.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cg { class CompressedImageBuffer; }
12namespace cg { class TextureSetLayerImageMipList; }
13// clang-format on
14
15namespace cg {
16
18public:
19 // member variables
20 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 0
35 virtual ~TextureSetImageContainer() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41
42 // NOLINTEND
43};
44
45} // namespace cg
Definition EnableNonOwnerReferences.h:7
Definition TextureSetImageContainer.h:17
Definition Alias.h:14