![]() |
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 | |
QSSGApplyBufferValue (const QByteArray &bufferName, const QByteArray &shaderSampler) | |
void | addDebug (QDebug &stream) const |
QSSGApplyBufferValue (const QSSGApplyBufferValue &command) | |
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_bufferName |
QByteArray | m_samplerName |
Public Attributes inherited from QSSGCommand | |
CommandType | m_type |
Definition at line 214 of file qssgrendercommands_p.h.
|
inline |
Definition at line 219 of file qssgrendercommands_p.h.
References QSSGApplyBufferValue(), QSSGCommand::QSSGCommand(), and ApplyBufferValue.
Referenced by QSSGApplyBufferValue().
|
inline |
Definition at line 226 of file qssgrendercommands_p.h.
References QSSGApplyBufferValue(), QSSGCommand::QSSGCommand(), and ApplyBufferValue.
Referenced by QSSGApplyBufferValue().
Definition at line 223 of file qssgrendercommands_p.h.
QByteArray QSSGApplyBufferValue::m_bufferName |
Definition at line 216 of file qssgrendercommands_p.h.
QByteArray QSSGApplyBufferValue::m_samplerName |
Definition at line 217 of file qssgrendercommands_p.h.