mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-16 15:45:59 +08:00
commit
7e83ef9fb4
16
tiny_gltf.h
16
tiny_gltf.h
@ -191,14 +191,14 @@ AAssetManager *asset_manager = nullptr;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
NULL_TYPE = 0,
|
NULL_TYPE,
|
||||||
REAL_TYPE = 1,
|
REAL_TYPE,
|
||||||
INT_TYPE = 2,
|
INT_TYPE,
|
||||||
BOOL_TYPE = 3,
|
BOOL_TYPE,
|
||||||
STRING_TYPE = 4,
|
STRING_TYPE,
|
||||||
ARRAY_TYPE = 5,
|
ARRAY_TYPE,
|
||||||
BINARY_TYPE = 6,
|
BINARY_TYPE,
|
||||||
OBJECT_TYPE = 7
|
OBJECT_TYPE
|
||||||
} Type;
|
} Type;
|
||||||
|
|
||||||
static inline int32_t GetComponentSizeInBytes(uint32_t componentType) {
|
static inline int32_t GetComponentSizeInBytes(uint32_t componentType) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user