|
cesium-native 0.62.0
|
Known values for The datatype of the accessor's components. More...
#include <CesiumGltf/AccessorSpec.h>
Static Public Attributes | |
| static constexpr int32_t | BYTE = 5120 |
BYTE (5120) | |
| static constexpr int32_t | UNSIGNED_BYTE = 5121 |
UNSIGNED_BYTE (5121) | |
| static constexpr int32_t | SHORT = 5122 |
SHORT (5122) | |
| static constexpr int32_t | UNSIGNED_SHORT = 5123 |
UNSIGNED_SHORT (5123) | |
| static constexpr int32_t | INT = 5124 |
INT (5124) | |
| static constexpr int32_t | UNSIGNED_INT = 5125 |
UNSIGNED_INT (5125) | |
| static constexpr int32_t | INT64 = 5134 |
INT64 (5134) | |
| static constexpr int32_t | UNSIGNED_INT64 = 5135 |
UNSIGNED_INT64 (5135) | |
| static constexpr int32_t | FLOAT = 5126 |
FLOAT (5126) | |
| static constexpr int32_t | DOUBLE = 5130 |
DOUBLE (5130) | |
Known values for The datatype of the accessor's components.
Definition at line 27 of file AccessorSpec.h.
|
staticconstexpr |
BYTE (5120)
Definition at line 29 of file AccessorSpec.h.
|
staticconstexpr |
DOUBLE (5130)
Definition at line 56 of file AccessorSpec.h.
|
staticconstexpr |
FLOAT (5126)
Definition at line 53 of file AccessorSpec.h.
|
staticconstexpr |
INT (5124)
Definition at line 41 of file AccessorSpec.h.
|
staticconstexpr |
INT64 (5134)
Definition at line 47 of file AccessorSpec.h.
|
staticconstexpr |
SHORT (5122)
Definition at line 35 of file AccessorSpec.h.
|
staticconstexpr |
UNSIGNED_BYTE (5121)
Definition at line 32 of file AccessorSpec.h.
|
staticconstexpr |
UNSIGNED_INT (5125)
Definition at line 44 of file AccessorSpec.h.
|
staticconstexpr |
UNSIGNED_INT64 (5135)
Definition at line 50 of file AccessorSpec.h.
|
staticconstexpr |
UNSIGNED_SHORT (5123)
Definition at line 38 of file AccessorSpec.h.