![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgrendercommands_p.h>
Public Member Functions | |
| QSSGApplyInstanceValue (const QByteArray &inName, QSSGRenderShaderValue::Type inValueType, quint32 inValueOffset) | |
| QSSGApplyInstanceValue () | |
| QSSGApplyInstanceValue (const QSSGApplyInstanceValue &command) | |
| void | addDebug (QDebug &stream) const |
| Public Member Functions inherited from QSSGCommand | |
| QSSGCommand (CommandType inType) | |
| const char * | typeAsString () const |
| QString | debugString () const |
| void | addDebug (QDebug &stream) const |
Public Attributes | |
| QByteArray | m_propertyName |
| QSSGRenderShaderValue::Type | m_valueType |
| quint32 | m_valueOffset |
| Public Attributes inherited from QSSGCommand | |
| CommandType | m_type |
Definition at line 164 of file qssgrendercommands_p.h.
|
inline |
Definition at line 172 of file qssgrendercommands_p.h.
References QSSGApplyInstanceValue(), QSSGCommand::QSSGCommand(), and ApplyInstanceValue.
Referenced by QSSGApplyInstanceValue().
|
inline |
Definition at line 177 of file qssgrendercommands_p.h.
References QSSGApplyInstanceValue(), QSSGCommand::QSSGCommand(), and ApplyInstanceValue.
Referenced by QSSGApplyInstanceValue().
|
inline |
Definition at line 181 of file qssgrendercommands_p.h.
References QSSGApplyInstanceValue(), QSSGCommand::QSSGCommand(), and ApplyInstanceValue.
Referenced by QSSGApplyInstanceValue().
Definition at line 188 of file qssgrendercommands_p.h.
| QByteArray QSSGApplyInstanceValue::m_propertyName |
Definition at line 167 of file qssgrendercommands_p.h.
| quint32 QSSGApplyInstanceValue::m_valueOffset |
Definition at line 171 of file qssgrendercommands_p.h.
| QSSGRenderShaderValue::Type QSSGApplyInstanceValue::m_valueType |
Definition at line 169 of file qssgrendercommands_p.h.