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
QSSGColorAttachment Class Reference

#include <qssgrendercommands_p.h>

Inheritance diagram for QSSGColorAttachment:
Collaboration diagram for QSSGColorAttachment:

Public Member Functions

 QSSGColorAttachment (const QByteArray &name)
void addDebug (QDebug &stream) const
QSSGRenderTextureFormat format () 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
QSSGAllocateTexturePtr m_textureCmd
Public Attributes inherited from QSSGCommand
CommandType m_type

Protected Member Functions

 QSSGColorAttachment (const QByteArray &name, CommandType type)

Detailed Description

Definition at line 326 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGColorAttachment() [1/2]

QSSGColorAttachment::QSSGColorAttachment ( const QByteArray & name)
inline

Definition at line 329 of file qssgrendercommands_p.h.

References QSSGColorAttachment().

Referenced by QSSGColorAttachment().

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

◆ QSSGColorAttachment() [2/2]

QSSGColorAttachment::QSSGColorAttachment ( const QByteArray & name,
CommandType type )
inlineprotected

Definition at line 350 of file qssgrendercommands_p.h.

References QSSGColorAttachment().

Referenced by QSSGColorAttachment().

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

Member Function Documentation

◆ addDebug()

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

Definition at line 334 of file qssgrendercommands_p.h.

◆ format()

QSSGRenderTextureFormat QSSGColorAttachment::format ( ) const
inline

Definition at line 338 of file qssgrendercommands_p.h.

Member Data Documentation

◆ m_name

QByteArray QSSGColorAttachment::m_name

Definition at line 346 of file qssgrendercommands_p.h.

◆ m_textureCmd

QSSGAllocateTexturePtr QSSGColorAttachment::m_textureCmd

Definition at line 347 of file qssgrendercommands_p.h.


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