![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
Key (const QShader &vs, const QShader &fs) | |
bool | operator== (const Key &other) const |
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 173 of file qsgrhishadereffectnode.cpp.
Definition at line 177 of file qsgrhishadereffectnode.cpp.
References Key().
Referenced by Key(), QSGRhiShaderMaterialTypeCache::ref(), and QSGRhiShaderMaterialTypeCache::unref().
Definition at line 177 of file qsgrhishadereffectnode.cpp.
|
inline |
Definition at line 183 of file qsgrhishadereffectnode.cpp.
|
inline |
Definition at line 183 of file qsgrhishadereffectnode.cpp.
QShader QSGRhiShaderMaterialTypeCache::Key::fs |
Definition at line 175 of file qsgrhishadereffectnode.cpp.
size_t QSGRhiShaderMaterialTypeCache::Key::hash |
Definition at line 176 of file qsgrhishadereffectnode.cpp.
QShader QSGRhiShaderMaterialTypeCache::Key::vs |
Definition at line 174 of file qsgrhishadereffectnode.cpp.