![]() |
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 | |
QSSGBindShader (const QByteArray &inShaderPathKey) | |
QSSGBindShader () | |
QSSGBindShader (const QSSGBindShader &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_shaderPathKey |
Public Attributes inherited from QSSGCommand | |
CommandType | m_type |
Definition at line 141 of file qssgrendercommands_p.h.
|
inline |
Definition at line 144 of file qssgrendercommands_p.h.
References QSSGBindShader(), QSSGCommand::QSSGCommand(), and BindShader.
Referenced by QSSGBindShader().
|
inline |
Definition at line 149 of file qssgrendercommands_p.h.
References QSSGCommand::QSSGCommand(), and BindShader.
|
inline |
Definition at line 150 of file qssgrendercommands_p.h.
References QSSGBindShader(), QSSGCommand::QSSGCommand(), and BindShader.
Referenced by QSSGBindShader().
Definition at line 155 of file qssgrendercommands_p.h.
QByteArray QSSGBindShader::m_shaderPathKey |
Definition at line 143 of file qssgrendercommands_p.h.