LeviLamina
Loading...
Searching...
No Matches
Footprint.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/render_dragon/externals/astc_codec/FootprintType.h"
7#include "mc/external/render_dragon/externals/astc_codec/decoder/Optional.h"
8
9namespace astc_codec {
10
11class Footprint {
12public:
13 // member variables
14 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 Footprint& operator=(Footprint const&);
23 Footprint(Footprint const&);
24 Footprint();
25
26public:
27 // member functions
28 // NOLINTBEGIN
29#ifdef LL_PLAT_C
30 MCNAPI explicit Footprint(::astc_codec::FootprintType footprint);
31#endif
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37#ifdef LL_PLAT_C
38 MCNAPI static ::astc_codec::base::Optional<::astc_codec::Footprint>
39 FromFootprintType(::astc_codec::FootprintType type);
40#endif
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46#ifdef LL_PLAT_C
47 MCNAPI void* $ctor(::astc_codec::FootprintType footprint);
48#endif
49 // NOLINTEND
50};
51
52} // namespace astc_codec
Definition Alias.h:14