LeviLamina
Loading...
Searching...
No Matches
Buffer.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
Buffer
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::UntypedStorage<8, 32>
mUnkecc731;
17
::ll::UntypedStorage<4, 4>
mUnkf25ebd;
18
::ll::UntypedStorage<8, 32>
mUnk7f9932;
19
::ll::UntypedStorage<4, 4>
mUnk916439;
20
// NOLINTEND
21
22
#ifdef LL_PLAT_S
23
public
:
24
// prevent constructor by default
25
Buffer
& operator=(
Buffer
const
&);
26
Buffer
(
Buffer
const
&);
27
Buffer
();
28
29
#else
// LL_PLAT_C
30
public
:
31
// prevent constructor by default
32
Buffer
& operator=(
Buffer
const
&);
33
34
#endif
35
public
:
36
// member functions
37
// NOLINTBEGIN
38
#ifdef LL_PLAT_C
39
MCNAPI
Buffer
();
40
41
MCNAPI
Buffer
(
::glTF::Buffer
const
&);
42
43
MCNAPI ::Json::Value
serialize
()
const
;
44
45
MCNAPI
~Buffer
();
46
#endif
47
// NOLINTEND
48
49
public
:
50
// constructor thunks
51
// NOLINTBEGIN
52
#ifdef LL_PLAT_C
53
MCNAPI
void
* $ctor();
54
55
MCNAPI
void
* $ctor(
::glTF::Buffer
const
&);
56
#endif
57
// NOLINTEND
58
59
public
:
60
// destructor thunk
61
// NOLINTBEGIN
62
#ifdef LL_PLAT_C
63
MCNAPI
void
$dtor();
64
#endif
65
// NOLINTEND
66
};
67
68
}
// namespace glTF
Json::Value
Definition
Value.h:16
glTF::Buffer
Definition
Buffer.h:12
ll::UntypedStorage
Definition
Alias.h:14
serialize
Definition
serialize.h:11
src
mc
util
gltf
Buffer.h
Generated on
for LeviLamina by
1.16.1