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
QSSGRenderVertexBufferEntry Struct Reference

#include <qssgmesh_p.h>

+ Collaboration diagram for QSSGRenderVertexBufferEntry:

Public Member Functions

 QSSGRenderVertexBufferEntry (const QByteArray &nm, QSSGRenderComponentType type, quint32 numComponents, quint32 firstItemOffset=0)
 
 QSSGRenderVertexBufferEntry ()
 
 QSSGRenderVertexBufferEntry (const QSSGRenderVertexBufferEntry &inOther)
 
QSSGRenderVertexBufferEntryoperator= (const QSSGRenderVertexBufferEntry &inOther)
 

Public Attributes

QByteArray m_name
 
QSSGRenderComponentType m_componentType
 
quint32 m_numComponents
 
quint32 m_firstItemOffset
 

Detailed Description

Definition at line 31 of file qssgmesh_p.h.

Constructor & Destructor Documentation

◆ QSSGRenderVertexBufferEntry() [1/3]

QSSGRenderVertexBufferEntry::QSSGRenderVertexBufferEntry ( const QByteArray & nm,
QSSGRenderComponentType type,
quint32 numComponents,
quint32 firstItemOffset = 0 )
inline

Definition at line 41 of file qssgmesh_p.h.

◆ QSSGRenderVertexBufferEntry() [2/3]

QSSGRenderVertexBufferEntry::QSSGRenderVertexBufferEntry ( )
inline

Definition at line 49 of file qssgmesh_p.h.

◆ QSSGRenderVertexBufferEntry() [3/3]

QSSGRenderVertexBufferEntry::QSSGRenderVertexBufferEntry ( const QSSGRenderVertexBufferEntry & inOther)
inline

Definition at line 54 of file qssgmesh_p.h.

Member Function Documentation

◆ operator=()

QSSGRenderVertexBufferEntry & QSSGRenderVertexBufferEntry::operator= ( const QSSGRenderVertexBufferEntry & inOther)
inline

Definition at line 62 of file qssgmesh_p.h.

References m_componentType, m_firstItemOffset, m_name, and m_numComponents.

Member Data Documentation

◆ m_componentType

QSSGRenderComponentType QSSGRenderVertexBufferEntry::m_componentType

Datatype of the this entry points to in the buffer

Definition at line 35 of file qssgmesh_p.h.

Referenced by operator=().

◆ m_firstItemOffset

quint32 QSSGRenderVertexBufferEntry::m_firstItemOffset

Offset from the beginning of the buffer of the first item

Definition at line 39 of file qssgmesh_p.h.

Referenced by operator=().

◆ m_name

QByteArray QSSGRenderVertexBufferEntry::m_name

Definition at line 33 of file qssgmesh_p.h.

Referenced by operator=().

◆ m_numComponents

quint32 QSSGRenderVertexBufferEntry::m_numComponents

Number of components of each data member. 1,2,3, or 4. Don't be stupid.

Definition at line 37 of file qssgmesh_p.h.

Referenced by operator=().


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