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
QSSGBindTarget Struct Reference

#include <qssgrendercommands_p.h>

Inheritance diagram for QSSGBindTarget:
Collaboration diagram for QSSGBindTarget:

Public Member Functions

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

QSSGRenderTextureFormat m_outputFormat
Public Attributes inherited from QSSGCommand
CommandType m_type

Detailed Description

Definition at line 106 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGBindTarget() [1/2]

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

Definition at line 110 of file qssgrendercommands_p.h.

References QSSGBindTarget(), QSSGCommand::QSSGCommand(), and BindTarget.

Referenced by QSSGBindTarget().

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

◆ QSSGBindTarget() [2/2]

QSSGBindTarget::QSSGBindTarget ( const QSSGBindTarget & command)
inline

Definition at line 114 of file qssgrendercommands_p.h.

References QSSGBindTarget(), QSSGCommand::QSSGCommand(), and BindTarget.

Referenced by QSSGBindTarget().

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

Member Function Documentation

◆ addDebug()

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

Definition at line 119 of file qssgrendercommands_p.h.

Member Data Documentation

◆ m_outputFormat

QSSGRenderTextureFormat QSSGBindTarget::m_outputFormat

Definition at line 108 of file qssgrendercommands_p.h.


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