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
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 ()
 QSSGApplyInstanceValue (const QSSGApplyInstanceValue &command)
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 164 of file qssgrendercommands_p.h.

Constructor & Destructor Documentation

◆ QSSGApplyInstanceValue() [1/3]

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

Definition at line 172 of file qssgrendercommands_p.h.

References QSSGApplyInstanceValue(), QSSGCommand::QSSGCommand(), and ApplyInstanceValue.

Referenced by QSSGApplyInstanceValue().

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

◆ QSSGApplyInstanceValue() [2/3]

QSSGApplyInstanceValue::QSSGApplyInstanceValue ( )
inline

Definition at line 177 of file qssgrendercommands_p.h.

References QSSGApplyInstanceValue(), QSSGCommand::QSSGCommand(), and ApplyInstanceValue.

Referenced by QSSGApplyInstanceValue().

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

◆ QSSGApplyInstanceValue() [3/3]

QSSGApplyInstanceValue::QSSGApplyInstanceValue ( const QSSGApplyInstanceValue & command)
inline

Definition at line 181 of file qssgrendercommands_p.h.

References QSSGApplyInstanceValue(), QSSGCommand::QSSGCommand(), and ApplyInstanceValue.

Referenced by QSSGApplyInstanceValue().

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

Member Function Documentation

◆ addDebug()

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

Definition at line 188 of file qssgrendercommands_p.h.

Member Data Documentation

◆ m_propertyName

QByteArray QSSGApplyInstanceValue::m_propertyName

Definition at line 167 of file qssgrendercommands_p.h.

◆ m_valueOffset

quint32 QSSGApplyInstanceValue::m_valueOffset

Definition at line 171 of file qssgrendercommands_p.h.

◆ m_valueType

QSSGRenderShaderValue::Type QSSGApplyInstanceValue::m_valueType

Definition at line 169 of file qssgrendercommands_p.h.


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