Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSSGBindTarget Struct Reference

#include <qssgrendercommands_p.h>

+ Inheritance diagram for QSSGBindTarget:
+ Collaboration diagram for QSSGBindTarget:

Public Member Functions

 QSSGBindTarget (QSSGRenderTextureFormat inFormat=QSSGRenderTextureFormat::RGBA8)
 
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

QSSGRenderTextureFormat m_outputFormat
 
- Public Attributes inherited from QSSGCommand
CommandType m_type
 

Detailed Description

Definition at line 96 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGBindTarget()

QSSGBindTarget::QSSGBindTarget ( QSSGRenderTextureFormat inFormat = QSSGRenderTextureFormat::RGBA8)
inlineexplicit

Definition at line 100 of file qssgrendercommands_p.h.

Member Function Documentation

◆ addDebug()

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

Definition at line 104 of file qssgrendercommands_p.h.

References m_outputFormat, and QSSGRenderTextureFormat::toString().

+ Here is the call graph for this function:

Member Data Documentation

◆ m_outputFormat

QSSGRenderTextureFormat QSSGBindTarget::m_outputFormat

Definition at line 98 of file qssgrendercommands_p.h.

Referenced by addDebug(), and QSSGRhiEffectSystem::overriddenOutputFormat().


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