![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgmesh_p.h>
Public Member Functions | |
QSSGRenderVertexBufferEntry | toRenderVertexBufferEntry () const |
Public Attributes | |
ComponentType | componentType = ComponentType::Float32 |
quint32 | componentCount = 0 |
quint32 | offset = 0 |
QByteArray | name |
Definition at line 88 of file qssgmesh_p.h.
|
inline |
Definition at line 94 of file qssgmesh_p.h.
quint32 QSSGMesh::Mesh::VertexBufferEntry::componentCount = 0 |
Definition at line 90 of file qssgmesh_p.h.
ComponentType QSSGMesh::Mesh::VertexBufferEntry::componentType = ComponentType::Float32 |
Definition at line 89 of file qssgmesh_p.h.
QByteArray QSSGMesh::Mesh::VertexBufferEntry::name |
Definition at line 92 of file qssgmesh_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
quint32 QSSGMesh::Mesh::VertexBufferEntry::offset = 0 |
Definition at line 91 of file qssgmesh_p.h.
Referenced by testing.tools.fixup_pdf_template.TemplateProcessor::insert_xref_entry(), and testing.tools.fixup_pdf_template.TemplateProcessor::process_line().