Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QSSGMesh::Mesh::VertexBufferEntry Struct Reference

#include <qssgmesh_p.h>

+ Collaboration diagram for QSSGMesh::Mesh::VertexBufferEntry:

Public Member Functions

QSSGRenderVertexBufferEntry toRenderVertexBufferEntry () const
 

Public Attributes

ComponentType componentType = ComponentType::Float32
 
quint32 componentCount = 0
 
quint32 offset = 0
 
QByteArray name
 

Detailed Description

Definition at line 45 of file qssgmesh_p.h.

Member Function Documentation

◆ toRenderVertexBufferEntry()

QSSGRenderVertexBufferEntry QSSGMesh::Mesh::VertexBufferEntry::toRenderVertexBufferEntry ( ) const
inline

Definition at line 51 of file qssgmesh_p.h.

Member Data Documentation

◆ componentCount

quint32 QSSGMesh::Mesh::VertexBufferEntry::componentCount = 0

◆ componentType

ComponentType QSSGMesh::Mesh::VertexBufferEntry::componentType = ComponentType::Float32

◆ name

QByteArray QSSGMesh::Mesh::VertexBufferEntry::name

◆ offset

quint32 QSSGMesh::Mesh::VertexBufferEntry::offset = 0

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