![]() |
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 | |
QSSGBindBuffer (const QByteArray &inBufName) | |
QSSGBindBuffer (const QSSGBindBuffer &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_bufferName |
Public Attributes inherited from QSSGCommand | |
CommandType | m_type |
Definition at line 124 of file qssgrendercommands_p.h.
|
inline |
Definition at line 127 of file qssgrendercommands_p.h.
References QSSGBindBuffer(), QSSGCommand::QSSGCommand(), and BindBuffer.
Referenced by QSSGBindBuffer().
|
inline |
Definition at line 131 of file qssgrendercommands_p.h.
References QSSGBindBuffer(), QSSGCommand::QSSGCommand(), and BindBuffer.
Referenced by QSSGBindBuffer().
Definition at line 136 of file qssgrendercommands_p.h.
QByteArray QSSGBindBuffer::m_bufferName |
Definition at line 126 of file qssgrendercommands_p.h.