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
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()

Member Function Documentation

◆ addDebug()

void QSSGCommand::addDebug ( QDebug & stream) const

Definition at line 72 of file qssgrendercommands.cpp.

References typeAsString().

Here is the call graph for this function:

◆ debugString()

QString QSSGCommand::debugString ( ) const

◆ 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

Definition at line 44 of file qssgrendercommands_p.h.

Referenced by QSSGCommand(), debugString(), and typeAsString().


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