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

#include <qssgrendercommands_p.h>

+ Inheritance diagram for QSSGCommand:
+ Collaboration diagram for QSSGCommand:

Public Member Functions

 QSSGCommand (CommandType inType)
 
const char * typeAsString () const
 
QString debugString () const
 
void addDebug (QDebug &stream) const
 

Public Attributes

CommandType m_type
 

Detailed Description

Definition at line 42 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGCommand()

QSSGCommand::QSSGCommand ( CommandType inType)
inline

Definition at line 45 of file qssgrendercommands_p.h.

Member Function Documentation

◆ addDebug()

void QSSGCommand::addDebug ( QDebug & stream) const

Definition at line 72 of file qssgrendercommands.cpp.

References typeAsString().

Referenced by debugString().

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

◆ debugString()

QString QSSGCommand::debugString ( ) const

Definition at line 33 of file qssgrendercommands.cpp.

References addDebug(), AllocateBuffer, ApplyBufferValue, ApplyInstanceValue, ApplyValue, BindBuffer, BindShader, BindTarget, m_type, Render, and Unknown.

+ Here is the call graph for this function:

◆ typeAsString()

const char * QSSGCommand::typeAsString ( ) const

Definition at line 6 of file qssgrendercommands.cpp.

References AllocateBuffer, ApplyBufferValue, ApplyInstanceValue, ApplyValue, BindBuffer, BindShader, BindTarget, m_type, Render, and Unknown.

Referenced by addDebug().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_type

CommandType QSSGCommand::m_type

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