![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QSGRhiShaderMaterialTypeCache::Key:Public Member Functions | |
| Key (const QShader &vs, const QShader &fs) | |
| bool | operator== (const Key &other) const |
Public Attributes | |
| QShader | vs |
| QShader | fs |
| size_t | hash |
Definition at line 171 of file qsgrhishadereffectnode.cpp.
Definition at line 175 of file qsgrhishadereffectnode.cpp.
|
inline |
Definition at line 182 of file qsgrhishadereffectnode.cpp.
References fs, other(), and vs.
Here is the call graph for this function:| QShader QSGRhiShaderMaterialTypeCache::Key::fs |
Definition at line 173 of file qsgrhishadereffectnode.cpp.
Referenced by Key(), and operator==().
| size_t QSGRhiShaderMaterialTypeCache::Key::hash |
Definition at line 174 of file qsgrhishadereffectnode.cpp.
Referenced by Key().
| QShader QSGRhiShaderMaterialTypeCache::Key::vs |
Definition at line 172 of file qsgrhishadereffectnode.cpp.
Referenced by Key(), and operator==().