| 
    Open CASCADE Technology 7.8.2.dev
    
   | 
 
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   | |
| int64_t | ByteOffset | 
| offset to the beginning of the data in buffer   | |
| int64_t | ByteLength | 
| length of the data   | |
| int32_t | ByteStride | 
| [0, 255]   | |
| 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
| RWGltf_GltfBufferViewTarget RWGltf_GltfBufferView::Target |