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::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

Definition at line 89 of file qssgmesh_p.h.

◆ name

QByteArray QSSGMesh::Mesh::VertexBufferEntry::name

◆ offset


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