cesium-native 0.62.0
Loading...
Searching...
No Matches
CesiumGltf::AccessorSpec::ComponentType Struct Reference

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)
 

Detailed Description

Known values for The datatype of the accessor's components.

Definition at line 27 of file AccessorSpec.h.

Member Data Documentation

◆ BYTE

int32_t CesiumGltf::AccessorSpec::ComponentType::BYTE = 5120
staticconstexpr

BYTE (5120)

Definition at line 29 of file AccessorSpec.h.

◆ DOUBLE

int32_t CesiumGltf::AccessorSpec::ComponentType::DOUBLE = 5130
staticconstexpr

DOUBLE (5130)

Definition at line 56 of file AccessorSpec.h.

◆ FLOAT

int32_t CesiumGltf::AccessorSpec::ComponentType::FLOAT = 5126
staticconstexpr

FLOAT (5126)

Definition at line 53 of file AccessorSpec.h.

◆ INT

int32_t CesiumGltf::AccessorSpec::ComponentType::INT = 5124
staticconstexpr

INT (5124)

Definition at line 41 of file AccessorSpec.h.

◆ INT64

int32_t CesiumGltf::AccessorSpec::ComponentType::INT64 = 5134
staticconstexpr

INT64 (5134)

Definition at line 47 of file AccessorSpec.h.

◆ SHORT

int32_t CesiumGltf::AccessorSpec::ComponentType::SHORT = 5122
staticconstexpr

SHORT (5122)

Definition at line 35 of file AccessorSpec.h.

◆ UNSIGNED_BYTE

int32_t CesiumGltf::AccessorSpec::ComponentType::UNSIGNED_BYTE = 5121
staticconstexpr

UNSIGNED_BYTE (5121)

Definition at line 32 of file AccessorSpec.h.

◆ UNSIGNED_INT

int32_t CesiumGltf::AccessorSpec::ComponentType::UNSIGNED_INT = 5125
staticconstexpr

UNSIGNED_INT (5125)

Definition at line 44 of file AccessorSpec.h.

◆ UNSIGNED_INT64

int32_t CesiumGltf::AccessorSpec::ComponentType::UNSIGNED_INT64 = 5135
staticconstexpr

UNSIGNED_INT64 (5135)

Definition at line 50 of file AccessorSpec.h.

◆ UNSIGNED_SHORT

int32_t CesiumGltf::AccessorSpec::ComponentType::UNSIGNED_SHORT = 5123
staticconstexpr

UNSIGNED_SHORT (5123)

Definition at line 38 of file AccessorSpec.h.


The documentation for this struct was generated from the following file: