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
QT_BEGIN_NAMESPACE::VertexBufferData Struct Reference
Collaboration diagram for QT_BEGIN_NAMESPACE::VertexBufferData:

Public Attributes

QByteArray positionData
QByteArray normalData
QByteArray uv0Data
QByteArray uv1Data
QByteArray tangentData
QByteArray binormalData
QByteArray vertexColorData

Detailed Description

Definition at line 265 of file assimputils.cpp.

Member Data Documentation

◆ binormalData

QByteArray QT_BEGIN_NAMESPACE::VertexBufferData::binormalData

Definition at line 271 of file assimputils.cpp.

◆ normalData

QByteArray QT_BEGIN_NAMESPACE::VertexBufferData::normalData

Definition at line 267 of file assimputils.cpp.

◆ positionData

QByteArray QT_BEGIN_NAMESPACE::VertexBufferData::positionData

Definition at line 266 of file assimputils.cpp.

◆ tangentData

QByteArray QT_BEGIN_NAMESPACE::VertexBufferData::tangentData

Definition at line 270 of file assimputils.cpp.

◆ uv0Data

QByteArray QT_BEGIN_NAMESPACE::VertexBufferData::uv0Data

Definition at line 268 of file assimputils.cpp.

◆ uv1Data

QByteArray QT_BEGIN_NAMESPACE::VertexBufferData::uv1Data

Definition at line 269 of file assimputils.cpp.

◆ vertexColorData

QByteArray QT_BEGIN_NAMESPACE::VertexBufferData::vertexColorData

Definition at line 272 of file assimputils.cpp.


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