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
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCNAPI_C static ::astc_codec::base::Optional<::astc_codec::Footprint>
36 FromFootprintType(::astc_codec::FootprintType type);
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCNAPI_C void* $ctor(::astc_codec::FootprintType footprint);
43 // NOLINTEND
44};
45
46} // namespace astc_codec
Definition Alias.h:14