![]() |
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 | |
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.
References m_type.
Referenced by QSSGAllocateBuffer::QSSGAllocateBuffer(), QSSGAllocateBuffer::QSSGAllocateBuffer(), QSSGAllocateBuffer::QSSGAllocateBuffer(), QSSGApplyBufferValue::QSSGApplyBufferValue(), QSSGApplyBufferValue::QSSGApplyBufferValue(), QSSGApplyInstanceValue::QSSGApplyInstanceValue(), QSSGApplyInstanceValue::QSSGApplyInstanceValue(), QSSGApplyInstanceValue::QSSGApplyInstanceValue(), QSSGApplyValue::QSSGApplyValue(), QSSGApplyValue::QSSGApplyValue(), QSSGApplyValue::QSSGApplyValue(), QSSGBindBuffer::QSSGBindBuffer(), QSSGBindBuffer::QSSGBindBuffer(), QSSGBindShader::QSSGBindShader(), QSSGBindShader::QSSGBindShader(), QSSGBindShader::QSSGBindShader(), QSSGBindTarget::QSSGBindTarget(), QSSGBindTarget::QSSGBindTarget(), QSSGRender::QSSGRender(), and QSSGRender::QSSGRender().
Definition at line 72 of file qssgrendercommands.cpp.
References typeAsString().
QString QSSGCommand::debugString | ( | ) | const |
Definition at line 33 of file qssgrendercommands.cpp.
References 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 QSSGCommand(), debugString(), and typeAsString().