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

#include <qssgrendercommands_p.h>

+ Inheritance diagram for QSSGBindShader:
+ Collaboration diagram for QSSGBindShader:

Public Member Functions

 QSSGBindShader (const QByteArray &inShaderPathKey)
 
 QSSGBindShader ()
 
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 121 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGBindShader() [1/2]

QSSGBindShader::QSSGBindShader ( const QByteArray & inShaderPathKey)
inline

Definition at line 124 of file qssgrendercommands_p.h.

◆ QSSGBindShader() [2/2]

QSSGBindShader::QSSGBindShader ( )
inline

Definition at line 129 of file qssgrendercommands_p.h.

Member Function Documentation

◆ addDebug()

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

Definition at line 130 of file qssgrendercommands_p.h.

References m_shaderPathKey.

Member Data Documentation

◆ m_shaderPathKey

QByteArray QSSGBindShader::m_shaderPathKey

Definition at line 123 of file qssgrendercommands_p.h.

Referenced by addDebug().


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