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
QSGRhiShaderLinker::Constant Struct Reference

#include <qsgrhishadereffectnode_p.h>

+ Collaboration diagram for QSGRhiShaderLinker::Constant:

Public Member Functions

bool operator== (const Constant &other) const
 

Public Attributes

uint size
 
QSGShaderEffectNode::VariableData::SpecialType specialType
 
QVariant value
 

Detailed Description

Definition at line 40 of file qsgrhishadereffectnode_p.h.

Member Function Documentation

◆ operator==()

bool QSGRhiShaderLinker::Constant::operator== ( const Constant & other) const
inline

Definition at line 44 of file qsgrhishadereffectnode_p.h.

References QSGShaderEffectNode::VariableData::None, other(), and specialType.

+ Here is the call graph for this function:

Member Data Documentation

◆ size

uint QSGRhiShaderLinker::Constant::size

Definition at line 41 of file qsgrhishadereffectnode_p.h.

◆ specialType

QSGShaderEffectNode::VariableData::SpecialType QSGRhiShaderLinker::Constant::specialType

Definition at line 42 of file qsgrhishadereffectnode_p.h.

Referenced by operator==().

◆ value

QVariant QSGRhiShaderLinker::Constant::value

Definition at line 43 of file qsgrhishadereffectnode_p.h.


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