![]() |
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) | |
| virtual | ~QSSGCommand () |
| 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 227 of file qssgrendercommands_p.h.
|
inline |
Definition at line 232 of file qssgrendercommands_p.h.
References QSSGApplyBufferValue().
Referenced by QSSGApplyBufferValue().
|
inline |
Definition at line 239 of file qssgrendercommands_p.h.
References QSSGApplyBufferValue().
Referenced by QSSGApplyBufferValue().
Definition at line 236 of file qssgrendercommands_p.h.
| QByteArray QSSGApplyBufferValue::m_bufferName |
Definition at line 229 of file qssgrendercommands_p.h.
| QByteArray QSSGApplyBufferValue::m_samplerName |
Definition at line 230 of file qssgrendercommands_p.h.