Qt 6.x
The Qt SDK
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 137 of file qssgmesh_p.h.

Member Data Documentation

◆ componentCount

quint32 QSSGMesh::AssetVertexEntry::componentCount = 0

Definition at line 142 of file qssgmesh_p.h.

◆ componentType

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

Definition at line 141 of file qssgmesh_p.h.

◆ data

QByteArray QSSGMesh::AssetVertexEntry::data

Definition at line 140 of file qssgmesh_p.h.

◆ morphTargetId

qint32 QSSGMesh::AssetVertexEntry::morphTargetId = -1

Definition at line 143 of file qssgmesh_p.h.

◆ name

QByteArray QSSGMesh::AssetVertexEntry::name

Definition at line 139 of file qssgmesh_p.h.


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