Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSSGSubRenderPass Class Reference

#include <qssgrendercommands_p.h>

Inheritance diagram for QSSGSubRenderPass:
Collaboration diagram for QSSGSubRenderPass:

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

Detailed Description

Definition at line 405 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGSubRenderPass()

QSSGSubRenderPass::QSSGSubRenderPass ( )
inline

Definition at line 408 of file qssgrendercommands_p.h.

References QSSGSubRenderPass().

Referenced by QSSGSubRenderPass().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ addDebug()

void QSSGSubRenderPass::addDebug ( QDebug & stream) const
inline

Definition at line 417 of file qssgrendercommands_p.h.

◆ setSubPass()

void QSSGSubRenderPass::setSubPass ( QSSGResourceId userPassId)
inline

Definition at line 413 of file qssgrendercommands_p.h.

Member Data Documentation

◆ m_userPassId

QSSGResourceId QSSGSubRenderPass::m_userPassId = QSSGResourceId::Invalid

Definition at line 421 of file qssgrendercommands_p.h.


The documentation for this class was generated from the following file: