cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumGltf::BufferView::Target Struct Reference

Known values for The hint representing the intended GPU buffer type to use with this buffer view. More...

#include <CesiumGltf/BufferView.h>

Static Public Attributes

static constexpr int32_t ARRAY_BUFFER = 34962
 ARRAY_BUFFER (34962)
 
static constexpr int32_t ELEMENT_ARRAY_BUFFER = 34963
 ELEMENT_ARRAY_BUFFER (34963)
 

Detailed Description

Known values for The hint representing the intended GPU buffer type to use with this buffer view.

Definition at line 25 of file BufferView.h.

Member Data Documentation

◆ ARRAY_BUFFER

int32_t CesiumGltf::BufferView::Target::ARRAY_BUFFER = 34962
staticconstexpr

ARRAY_BUFFER (34962)

Definition at line 27 of file BufferView.h.

◆ ELEMENT_ARRAY_BUFFER

int32_t CesiumGltf::BufferView::Target::ELEMENT_ARRAY_BUFFER = 34963
staticconstexpr

ELEMENT_ARRAY_BUFFER (34963)

Definition at line 30 of file BufferView.h.


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