VTK  9.3.20240327
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 111 of file vtkGLTFDocumentLoader.h.

Member Data Documentation

◆ Buffer

int vtkGLTFDocumentLoader::BufferView::Buffer

Definition at line 113 of file vtkGLTFDocumentLoader.h.

◆ ByteOffset

int vtkGLTFDocumentLoader::BufferView::ByteOffset

Definition at line 114 of file vtkGLTFDocumentLoader.h.

◆ ByteLength

int vtkGLTFDocumentLoader::BufferView::ByteLength

Definition at line 115 of file vtkGLTFDocumentLoader.h.

◆ ByteStride

int vtkGLTFDocumentLoader::BufferView::ByteStride

Definition at line 116 of file vtkGLTFDocumentLoader.h.

◆ Target

int vtkGLTFDocumentLoader::BufferView::Target

Definition at line 117 of file vtkGLTFDocumentLoader.h.

◆ Name

std::string vtkGLTFDocumentLoader::BufferView::Name

Definition at line 118 of file vtkGLTFDocumentLoader.h.


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