cesium-native 0.44.2
Loading...
Searching...
No Matches
CesiumGeometry::SubtreeBufferView Struct Reference

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.
 

Detailed Description

An availability value that needs to be obtained using an offset into a buffer.

Definition at line 35 of file Availability.h.

Member Data Documentation

◆ buffer

uint8_t CesiumGeometry::SubtreeBufferView::buffer

The index into AvailabilitySubtree::buffers that this SubtreeBufferView corresponds to.

Definition at line 48 of file Availability.h.

◆ byteLength

uint32_t CesiumGeometry::SubtreeBufferView::byteLength

The number of bytes after the offset to read until.

Definition at line 43 of file Availability.h.

◆ byteOffset

uint32_t CesiumGeometry::SubtreeBufferView::byteOffset

The offset into the buffer to read from.

Definition at line 39 of file Availability.h.


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