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
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 320 of file qsgadaptationlayer_p.h.

Member Enumeration Documentation

◆ SpecialType

Enumerator
None 
Unused 
Source 
SubRect 
Opacity 
Matrix 

Definition at line 321 of file qsgadaptationlayer_p.h.

Member Data Documentation

◆ propertyIndex

int QSGShaderEffectNode::VariableData::propertyIndex = -1

Definition at line 325 of file qsgadaptationlayer_p.h.

◆ specialType

SpecialType QSGShaderEffectNode::VariableData::specialType

Definition at line 324 of file qsgadaptationlayer_p.h.

◆ value

QVariant QSGShaderEffectNode::VariableData::value

Definition at line 323 of file qsgadaptationlayer_p.h.


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