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

#include <qssgrendercommands_p.h>

Inheritance diagram for QSSGApplyBufferValue:
Collaboration diagram for QSSGApplyBufferValue:

Public Member Functions

 QSSGApplyBufferValue (const QByteArray &bufferName, const QByteArray &shaderSampler)
void addDebug (QDebug &stream) const
 QSSGApplyBufferValue (const QSSGApplyBufferValue &command)
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_bufferName
QByteArray m_samplerName
Public Attributes inherited from QSSGCommand
CommandType m_type

Detailed Description

Definition at line 214 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGApplyBufferValue() [1/2]

QSSGApplyBufferValue::QSSGApplyBufferValue ( const QByteArray & bufferName,
const QByteArray & shaderSampler )
inline

Definition at line 219 of file qssgrendercommands_p.h.

References QSSGApplyBufferValue(), QSSGCommand::QSSGCommand(), and ApplyBufferValue.

Referenced by QSSGApplyBufferValue().

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

◆ QSSGApplyBufferValue() [2/2]

QSSGApplyBufferValue::QSSGApplyBufferValue ( const QSSGApplyBufferValue & command)
inline

Definition at line 226 of file qssgrendercommands_p.h.

References QSSGApplyBufferValue(), QSSGCommand::QSSGCommand(), and ApplyBufferValue.

Referenced by QSSGApplyBufferValue().

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

Member Function Documentation

◆ addDebug()

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

Definition at line 223 of file qssgrendercommands_p.h.

Member Data Documentation

◆ m_bufferName

QByteArray QSSGApplyBufferValue::m_bufferName

Definition at line 216 of file qssgrendercommands_p.h.

◆ m_samplerName

QByteArray QSSGApplyBufferValue::m_samplerName

Definition at line 217 of file qssgrendercommands_p.h.


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