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

#include <qssgrendercommands_p.h>

Inheritance diagram for QSSGBindShader:
Collaboration diagram for QSSGBindShader:

Public Member Functions

 QSSGBindShader (const QByteArray &inShaderPathKey)
 QSSGBindShader ()
 QSSGBindShader (const QSSGBindShader &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

QByteArray m_shaderPathKey
Public Attributes inherited from QSSGCommand
CommandType m_type

Detailed Description

Definition at line 141 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGBindShader() [1/3]

QSSGBindShader::QSSGBindShader ( const QByteArray & inShaderPathKey)
inline

Definition at line 144 of file qssgrendercommands_p.h.

References QSSGBindShader(), QSSGCommand::QSSGCommand(), and BindShader.

Referenced by QSSGBindShader().

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

◆ QSSGBindShader() [2/3]

QSSGBindShader::QSSGBindShader ( )
inline

Definition at line 149 of file qssgrendercommands_p.h.

References QSSGCommand::QSSGCommand(), and BindShader.

Here is the call graph for this function:

◆ QSSGBindShader() [3/3]

QSSGBindShader::QSSGBindShader ( const QSSGBindShader & command)
inline

Definition at line 150 of file qssgrendercommands_p.h.

References QSSGBindShader(), QSSGCommand::QSSGCommand(), and BindShader.

Referenced by QSSGBindShader().

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

Member Function Documentation

◆ addDebug()

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

Definition at line 155 of file qssgrendercommands_p.h.

Member Data Documentation

◆ m_shaderPathKey

QByteArray QSSGBindShader::m_shaderPathKey

Definition at line 143 of file qssgrendercommands_p.h.


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