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
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
 
- 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 176 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGApplyBufferValue()

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

Definition at line 181 of file qssgrendercommands_p.h.

Member Function Documentation

◆ addDebug()

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

Definition at line 185 of file qssgrendercommands_p.h.

References m_bufferName, and m_samplerName.

Member Data Documentation

◆ m_bufferName

QByteArray QSSGApplyBufferValue::m_bufferName

Definition at line 178 of file qssgrendercommands_p.h.

Referenced by addDebug().

◆ m_samplerName

QByteArray QSSGApplyBufferValue::m_samplerName

Definition at line 179 of file qssgrendercommands_p.h.

Referenced by addDebug().


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