![]() |
Qt 6.x
The Qt SDK
|
#include <qssgrendercommands_p.h>
Public Member Functions | |
QSSGCommand (CommandType inType) | |
const char * | typeAsString () const |
QString | debugString () const |
void | addDebug (QDebug &stream) const |
Public Attributes | |
CommandType | m_type |
Definition at line 42 of file qssgrendercommands_p.h.
|
inline |
Definition at line 45 of file qssgrendercommands_p.h.
Definition at line 72 of file qssgrendercommands.cpp.
References typeAsString().
Referenced by debugString().
QString QSSGCommand::debugString | ( | ) | const |
Definition at line 33 of file qssgrendercommands.cpp.
References addDebug(), AllocateBuffer, ApplyBufferValue, ApplyInstanceValue, ApplyValue, BindBuffer, BindShader, BindTarget, m_type, Render, and Unknown.
const char * QSSGCommand::typeAsString | ( | ) | const |
Definition at line 6 of file qssgrendercommands.cpp.
References AllocateBuffer, ApplyBufferValue, ApplyInstanceValue, ApplyValue, BindBuffer, BindShader, BindTarget, m_type, Render, and Unknown.
Referenced by addDebug().
CommandType QSSGCommand::m_type |
Definition at line 44 of file qssgrendercommands_p.h.
Referenced by debugString(), QSSGRhiEffectSystem::overriddenOutputFormat(), and typeAsString().