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

#include <qssgrendercommands_p.h>

+ Inheritance diagram for QSSGApplyInstanceValue:
+ Collaboration diagram for QSSGApplyInstanceValue:

Public Member Functions

 QSSGApplyInstanceValue (const QByteArray &inName, QSSGRenderShaderValue::Type inValueType, quint32 inValueOffset)
 
 QSSGApplyInstanceValue ()
 
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_propertyName
 
QSSGRenderShaderValue::Type m_valueType
 
quint32 m_valueOffset
 
- Public Attributes inherited from QSSGCommand
CommandType m_type
 

Detailed Description

Definition at line 139 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGApplyInstanceValue() [1/2]

QSSGApplyInstanceValue::QSSGApplyInstanceValue ( const QByteArray & inName,
QSSGRenderShaderValue::Type inValueType,
quint32 inValueOffset )
inline

Definition at line 147 of file qssgrendercommands_p.h.

◆ QSSGApplyInstanceValue() [2/2]

QSSGApplyInstanceValue::QSSGApplyInstanceValue ( )
inline

Definition at line 152 of file qssgrendercommands_p.h.

Member Function Documentation

◆ addDebug()

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

Definition at line 156 of file qssgrendercommands_p.h.

References m_propertyName, m_valueOffset, and m_valueType.

Member Data Documentation

◆ m_propertyName

QByteArray QSSGApplyInstanceValue::m_propertyName

Definition at line 142 of file qssgrendercommands_p.h.

Referenced by addDebug().

◆ m_valueOffset

quint32 QSSGApplyInstanceValue::m_valueOffset

Definition at line 146 of file qssgrendercommands_p.h.

Referenced by addDebug().

◆ m_valueType

QSSGRenderShaderValue::Type QSSGApplyInstanceValue::m_valueType

Definition at line 144 of file qssgrendercommands_p.h.

Referenced by addDebug().


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