Qt 6.x
The Qt SDK
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
 

Public Attributes

QShader vs
 
QShader fs
 
size_t hash
 

Detailed Description

Definition at line 171 of file qsgrhishadereffectnode.cpp.

Constructor & Destructor Documentation

◆ Key()

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

Definition at line 175 of file qsgrhishadereffectnode.cpp.

References fs, hash, and vs.

Member Function Documentation

◆ operator==()

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

Definition at line 182 of file qsgrhishadereffectnode.cpp.

References fs, other(), and vs.

+ Here is the call graph for this function:

Member Data Documentation

◆ fs

QShader QSGRhiShaderMaterialTypeCache::Key::fs

Definition at line 173 of file qsgrhishadereffectnode.cpp.

Referenced by Key(), and operator==().

◆ hash

size_t QSGRhiShaderMaterialTypeCache::Key::hash

Definition at line 174 of file qsgrhishadereffectnode.cpp.

Referenced by Key().

◆ vs

QShader QSGRhiShaderMaterialTypeCache::Key::vs

Definition at line 172 of file qsgrhishadereffectnode.cpp.

Referenced by Key(), and operator==().


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