LeviLamina
Loading...
Searching...
No Matches
Image.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
Json {
class
Value
; }
8
// clang-format on
9
10
namespace
glTF {
11
12
struct
Image {
13
public
:
14
// Image inner types define
15
enum class
ImageMimeType :
int
{
16
Png = 0,
17
};
18
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<8, 32>
mUnkf74c3b;
23
::ll::UntypedStorage<4, 8>
mUnk6ff5fa;
24
::ll::UntypedStorage<4, 4>
mUnk8e80bf;
25
::ll::UntypedStorage<8, 32>
mUnke1c26f;
26
::ll::UntypedStorage<4, 4>
mUnk6b4963;
27
// NOLINTEND
28
29
public
:
30
// prevent constructor by default
31
Image& operator=(Image
const
&);
32
Image(Image
const
&);
33
Image();
34
35
public
:
36
// member functions
37
// NOLINTBEGIN
38
#ifdef LL_PLAT_C
39
MCNAPI ::Json::Value
serialize
()
const
;
40
41
MCNAPI ~Image();
42
#endif
43
// NOLINTEND
44
45
public
:
46
// destructor thunk
47
// NOLINTBEGIN
48
#ifdef LL_PLAT_C
49
MCNAPI
void
$dtor();
50
#endif
51
// NOLINTEND
52
};
53
54
}
// namespace glTF
Json::Value
Definition
Value.h:16
ll::UntypedStorage
Definition
Alias.h:14
serialize
Definition
serialize.h:11
src
mc
util
gltf
Image.h
Generated on
for LeviLamina by
1.16.1