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
QSGShaderEffectNode::VariableData Struct Reference

#include <qsgadaptationlayer_p.h>

+ Collaboration diagram for QSGShaderEffectNode::VariableData:

Public Types

enum  SpecialType {
  None , Unused , Source , SubRect ,
  Opacity , Matrix
}
 

Public Attributes

QVariant value
 
SpecialType specialType
 
int propertyIndex = -1
 

Detailed Description

Definition at line 316 of file qsgadaptationlayer_p.h.

Member Enumeration Documentation

◆ SpecialType

Enumerator
None 
Unused 
Source 
SubRect 
Opacity 
Matrix 

Definition at line 317 of file qsgadaptationlayer_p.h.

Member Data Documentation

◆ propertyIndex

int QSGShaderEffectNode::VariableData::propertyIndex = -1

Definition at line 321 of file qsgadaptationlayer_p.h.

◆ specialType

SpecialType QSGShaderEffectNode::VariableData::specialType

Definition at line 320 of file qsgadaptationlayer_p.h.

Referenced by QSGRhiShaderEffectNode::syncMaterial().

◆ value

QVariant QSGShaderEffectNode::VariableData::value

Definition at line 319 of file qsgadaptationlayer_p.h.


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