![]() |
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 | |
| QSSGAddShaderDefine () | |
| QSSGAddShaderDefine (const QByteArray &name, int value=0) | |
| void | addDebug (QDebug &stream) const |
| 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_name |
| int | m_value |
| Public Attributes inherited from QSSGCommand | |
| CommandType | m_type |
Definition at line 383 of file qssgrendercommands_p.h.
|
inline |
Definition at line 386 of file qssgrendercommands_p.h.
References QSSGAddShaderDefine(), and m_value.
Referenced by QSSGAddShaderDefine().
|
inline |
Definition at line 391 of file qssgrendercommands_p.h.
References QSSGAddShaderDefine(), and m_value.
Referenced by QSSGAddShaderDefine().
Definition at line 397 of file qssgrendercommands_p.h.
| QByteArray QSSGAddShaderDefine::m_name |
Definition at line 401 of file qssgrendercommands_p.h.
| int QSSGAddShaderDefine::m_value |
Definition at line 402 of file qssgrendercommands_p.h.
Referenced by QSSGAddShaderDefine(), and QSSGAddShaderDefine().