VTK  9.1.0
Public Attributes | List of all members
vtkGLTFDocumentLoader::BufferView Struct Reference

This struct describes a glTF bufferView object. More...

#include <vtkGLTFDocumentLoader.h>

Public Attributes

int Buffer
 
int ByteOffset
 
int ByteLength
 
int ByteStride
 
int Target
 
std::string Name
 

Detailed Description

This struct describes a glTF bufferView object.

A bufferView represents a subset of a glTF binary buffer

Definition at line 117 of file vtkGLTFDocumentLoader.h.

Member Data Documentation

◆ Buffer

int vtkGLTFDocumentLoader::BufferView::Buffer

Definition at line 119 of file vtkGLTFDocumentLoader.h.

◆ ByteOffset

int vtkGLTFDocumentLoader::BufferView::ByteOffset

Definition at line 120 of file vtkGLTFDocumentLoader.h.

◆ ByteLength

int vtkGLTFDocumentLoader::BufferView::ByteLength

Definition at line 121 of file vtkGLTFDocumentLoader.h.

◆ ByteStride

int vtkGLTFDocumentLoader::BufferView::ByteStride

Definition at line 122 of file vtkGLTFDocumentLoader.h.

◆ Target

int vtkGLTFDocumentLoader::BufferView::Target

Definition at line 123 of file vtkGLTFDocumentLoader.h.

◆ Name

std::string vtkGLTFDocumentLoader::BufferView::Name

Definition at line 124 of file vtkGLTFDocumentLoader.h.


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