Open CASCADE Technology
7.6.0
|
Low-level glTF data structure defining BufferView. More...
#include <RWGltf_GltfBufferView.hxx>
Public Member Functions | |
RWGltf_GltfBufferView () | |
Data Fields | |
int | Id |
index of bufferView in the array of bufferViews More... | |
int64_t | ByteOffset |
offset to the beginning of the data in buffer More... | |
int64_t | ByteLength |
length of the data More... | |
int32_t | ByteStride |
[0, 255] More... | |
RWGltf_GltfBufferViewTarget | Target |
Static Public Attributes | |
static const int | INVALID_ID = -1 |
Low-level glTF data structure defining BufferView.
|
inline |
int64_t RWGltf_GltfBufferView::ByteLength |
length of the data
int64_t RWGltf_GltfBufferView::ByteOffset |
offset to the beginning of the data in buffer
int32_t RWGltf_GltfBufferView::ByteStride |
[0, 255]
int RWGltf_GltfBufferView::Id |
index of bufferView in the array of bufferViews
|
static |
RWGltf_GltfBufferViewTarget RWGltf_GltfBufferView::Target |