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
QSSGMesh::AssetVertexEntry Struct Reference

#include <qssgmesh_p.h>

Collaboration diagram for QSSGMesh::AssetVertexEntry:

Public Attributes

QByteArray name
QByteArray data
Mesh::ComponentType componentType = Mesh::ComponentType::Float32
quint32 componentCount = 0
qint32 morphTargetId = -1

Detailed Description

Definition at line 180 of file qssgmesh_p.h.

Member Data Documentation

◆ componentCount

quint32 QSSGMesh::AssetVertexEntry::componentCount = 0

Definition at line 185 of file qssgmesh_p.h.

◆ componentType

Mesh::ComponentType QSSGMesh::AssetVertexEntry::componentType = Mesh::ComponentType::Float32

Definition at line 184 of file qssgmesh_p.h.

◆ data

QByteArray QSSGMesh::AssetVertexEntry::data

Definition at line 183 of file qssgmesh_p.h.

◆ morphTargetId

qint32 QSSGMesh::AssetVertexEntry::morphTargetId = -1

Definition at line 186 of file qssgmesh_p.h.

◆ name

QByteArray QSSGMesh::AssetVertexEntry::name

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