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
QSGRhiShaderMaterialTypeCache::Key Struct Reference
Collaboration diagram for QSGRhiShaderMaterialTypeCache::Key:

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

Detailed Description

Definition at line 173 of file qsgrhishadereffectnode.cpp.

Constructor & Destructor Documentation

◆ Key() [1/2]

QSGRhiShaderMaterialTypeCache::Key::Key ( const QShader & vs,
const QShader & fs )
inline

Definition at line 177 of file qsgrhishadereffectnode.cpp.

References Key().

Referenced by Key(), QSGRhiShaderMaterialTypeCache::ref(), and QSGRhiShaderMaterialTypeCache::unref().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Key() [2/2]

QSGRhiShaderMaterialTypeCache::Key::Key ( const QShader & vs,
const QShader & fs )
inline

Definition at line 177 of file qsgrhishadereffectnode.cpp.

Member Function Documentation

◆ operator==() [1/2]

bool QSGRhiShaderMaterialTypeCache::Key::operator== ( const Key & other) const
inline

Definition at line 183 of file qsgrhishadereffectnode.cpp.

◆ operator==() [2/2]

bool QSGRhiShaderMaterialTypeCache::Key::operator== ( const Key & other) const
inline

Definition at line 183 of file qsgrhishadereffectnode.cpp.

Member Data Documentation

◆ fs

QShader QSGRhiShaderMaterialTypeCache::Key::fs

Definition at line 175 of file qsgrhishadereffectnode.cpp.

◆ hash

size_t QSGRhiShaderMaterialTypeCache::Key::hash

Definition at line 176 of file qsgrhishadereffectnode.cpp.

◆ vs

QShader QSGRhiShaderMaterialTypeCache::Key::vs

Definition at line 174 of file qsgrhishadereffectnode.cpp.


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