Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSSGGltf::Accessor::Sparse Struct Reference

#include <qssggltfdocument_p.h>

Collaboration diagram for QSSGGltf::Accessor::Sparse:

Public Attributes

qint64 count = 0
int indicesBufferView = -1
qint64 indicesByteOffset = 0
ComponentType indicesComponentType = ComponentType::UnsignedInt
int valuesBufferView = -1
qint64 valuesByteOffset = 0

Detailed Description

Definition at line 91 of file qssggltfdocument_p.h.

Member Data Documentation

◆ count

qint64 QSSGGltf::Accessor::Sparse::count = 0

Definition at line 93 of file qssggltfdocument_p.h.

◆ indicesBufferView

int QSSGGltf::Accessor::Sparse::indicesBufferView = -1

Definition at line 94 of file qssggltfdocument_p.h.

◆ indicesByteOffset

qint64 QSSGGltf::Accessor::Sparse::indicesByteOffset = 0

Definition at line 95 of file qssggltfdocument_p.h.

◆ indicesComponentType

ComponentType QSSGGltf::Accessor::Sparse::indicesComponentType = ComponentType::UnsignedInt

Definition at line 96 of file qssggltfdocument_p.h.

◆ valuesBufferView

int QSSGGltf::Accessor::Sparse::valuesBufferView = -1

Definition at line 97 of file qssggltfdocument_p.h.

◆ valuesByteOffset

qint64 QSSGGltf::Accessor::Sparse::valuesByteOffset = 0

Definition at line 98 of file qssggltfdocument_p.h.


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