Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 88 of file qssgmesh_p.h.

Member Function Documentation

◆ toRenderVertexBufferEntry()

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

Definition at line 94 of file qssgmesh_p.h.

Member Data Documentation

◆ componentCount

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

Definition at line 90 of file qssgmesh_p.h.

◆ componentType

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

◆ name

QByteArray QSSGMesh::Mesh::VertexBufferEntry::name

Definition at line 92 of file qssgmesh_p.h.

◆ offset

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

Definition at line 91 of file qssgmesh_p.h.


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