![]() |
Qt 6.x
The Qt SDK
|
#include <qssgrendercommands_p.h>
Public Member Functions | |
QSSGApplyInstanceValue (const QByteArray &inName, QSSGRenderShaderDataType inValueType, quint32 inValueOffset) | |
QSSGApplyInstanceValue () | |
void | addDebug (QDebug &stream) const |
![]() | |
QSSGCommand (CommandType inType) | |
const char * | typeAsString () const |
QString | debugString () const |
void | addDebug (QDebug &stream) const |
Public Attributes | |
QByteArray | m_propertyName |
QSSGRenderShaderDataType | m_valueType |
quint32 | m_valueOffset |
![]() | |
CommandType | m_type |
Definition at line 139 of file qssgrendercommands_p.h.
|
inline |
Definition at line 147 of file qssgrendercommands_p.h.
|
inline |
Definition at line 152 of file qssgrendercommands_p.h.
Definition at line 156 of file qssgrendercommands_p.h.
References m_propertyName, m_valueOffset, and m_valueType.
QByteArray QSSGApplyInstanceValue::m_propertyName |
Definition at line 142 of file qssgrendercommands_p.h.
Referenced by addDebug().
quint32 QSSGApplyInstanceValue::m_valueOffset |
Definition at line 146 of file qssgrendercommands_p.h.
Referenced by addDebug().
QSSGRenderShaderDataType QSSGApplyInstanceValue::m_valueType |
Definition at line 144 of file qssgrendercommands_p.h.
Referenced by addDebug().