![]() |
Qt 6.x
The Qt SDK
|
#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 |
Definition at line 317 of file qsgadaptationlayer_p.h.
| Enumerator | |
|---|---|
| None | |
| Unused | |
| Source | |
| SubRect | |
| Opacity | |
| Matrix | |
Definition at line 318 of file qsgadaptationlayer_p.h.
| int QSGShaderEffectNode::VariableData::propertyIndex = -1 |
Definition at line 322 of file qsgadaptationlayer_p.h.
| SpecialType QSGShaderEffectNode::VariableData::specialType |
Definition at line 321 of file qsgadaptationlayer_p.h.
Referenced by QSGRhiShaderLinker::feedConstants(), QSGRhiShaderLinker::feedSamplers(), operator<<(), and QSGRhiShaderEffectNode::syncMaterial().
| QVariant QSGShaderEffectNode::VariableData::value |
Definition at line 320 of file qsgadaptationlayer_p.h.
Referenced by QSGRhiShaderLinker::feedConstants(), QSGRhiShaderLinker::feedSamplers(), and QSGRhiShaderEffectNode::syncMaterial().