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

#include <qssgrendercommands_p.h>

Inheritance diagram for QSSGAddShaderDefine:
Collaboration diagram for QSSGAddShaderDefine:

Public Member Functions

 QSSGAddShaderDefine ()
 QSSGAddShaderDefine (const QByteArray &name, int value=0)
void addDebug (QDebug &stream) 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
int m_value
Public Attributes inherited from QSSGCommand
CommandType m_type

Detailed Description

Definition at line 383 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGAddShaderDefine() [1/2]

QSSGAddShaderDefine::QSSGAddShaderDefine ( )
inline

Definition at line 386 of file qssgrendercommands_p.h.

References QSSGAddShaderDefine(), and m_value.

Referenced by QSSGAddShaderDefine().

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

◆ QSSGAddShaderDefine() [2/2]

QSSGAddShaderDefine::QSSGAddShaderDefine ( const QByteArray & name,
int value = 0 )
inline

Definition at line 391 of file qssgrendercommands_p.h.

References QSSGAddShaderDefine(), and m_value.

Referenced by QSSGAddShaderDefine().

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

Member Function Documentation

◆ addDebug()

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

Definition at line 397 of file qssgrendercommands_p.h.

Member Data Documentation

◆ m_name

QByteArray QSSGAddShaderDefine::m_name

Definition at line 401 of file qssgrendercommands_p.h.

◆ m_value

int QSSGAddShaderDefine::m_value

Definition at line 402 of file qssgrendercommands_p.h.

Referenced by QSSGAddShaderDefine(), and QSSGAddShaderDefine().


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