LeviLamina
Loading...
Searching...
No Matches
Primitive.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
glTF {
6
7
struct
Primitive
{
8
public
:
9
// Primitive inner types define
10
enum class
ComponentType :
int
{
11
Byte = 5120,
12
UnsignedByte = 5121,
13
Short = 5122,
14
UnsignedShort = 5123,
15
Float = 5126,
16
};
17
};
18
19
}
// namespace glTF
glTF::Primitive
Definition
Primitive.h:7
src
mc
util
gltf
Primitive.h
Generated on Sat Apr 26 2025 05:55:59 for LeviLamina by
1.12.0