![]() |
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 | |
| QSSGSubRenderPass () | |
| void | setSubPass (QSSGResourceId userPassId) |
| 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 | |
| QSSGResourceId | m_userPassId = QSSGResourceId::Invalid |
| Public Attributes inherited from QSSGCommand | |
| CommandType | m_type |
Definition at line 405 of file qssgrendercommands_p.h.
|
inline |
Definition at line 408 of file qssgrendercommands_p.h.
References QSSGSubRenderPass().
Referenced by QSSGSubRenderPass().
Definition at line 417 of file qssgrendercommands_p.h.
|
inline |
Definition at line 413 of file qssgrendercommands_p.h.
| QSSGResourceId QSSGSubRenderPass::m_userPassId = QSSGResourceId::Invalid |
Definition at line 421 of file qssgrendercommands_p.h.