cesium-native 0.44.2
|
An availability value that needs to be obtained using an offset into a buffer. More...
#include <CesiumGeometry/Availability.h>
Public Attributes | |
uint32_t | byteOffset |
The offset into the buffer to read from. | |
uint32_t | byteLength |
The number of bytes after the offset to read until. | |
uint8_t | buffer |
The index into AvailabilitySubtree::buffers that this SubtreeBufferView corresponds to. | |
An availability value that needs to be obtained using an offset into a buffer.
Definition at line 35 of file Availability.h.
uint8_t CesiumGeometry::SubtreeBufferView::buffer |
The index into AvailabilitySubtree::buffers that this SubtreeBufferView corresponds to.
Definition at line 48 of file Availability.h.
uint32_t CesiumGeometry::SubtreeBufferView::byteLength |
The number of bytes after the offset to read until.
Definition at line 43 of file Availability.h.
uint32_t CesiumGeometry::SubtreeBufferView::byteOffset |
The offset into the buffer to read from.
Definition at line 39 of file Availability.h.