![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgrendershadercache_p.h>
Public Member Functions | |
QSSGShaderCacheKey (const QByteArray &key=QByteArray()) | |
QSSGShaderCacheKey (const QSSGShaderCacheKey &other)=default | |
QSSGShaderCacheKey & | operator= (const QSSGShaderCacheKey &other)=default |
void | updateHashCode () |
bool | operator== (const QSSGShaderCacheKey &inOther) const |
Static Public Member Functions | |
static size_t | generateHashCode (const QByteArray &key, QSSGShaderFeatures features) |
Public Attributes | |
QByteArray | m_key |
QSSGShaderFeatures | m_features |
size_t | m_hashCode = 0 |
Definition at line 133 of file qssgrendershadercache_p.h.
|
inlineexplicit |
Definition at line 139 of file qssgrendershadercache_p.h.
|
default |
|
inlinestatic |
Definition at line 144 of file qssgrendershadercache_p.h.
|
default |
|
inline |
Definition at line 154 of file qssgrendershadercache_p.h.
|
inline |
Definition at line 149 of file qssgrendershadercache_p.h.
QSSGShaderFeatures QSSGShaderCacheKey::m_features |
Definition at line 136 of file qssgrendershadercache_p.h.
size_t QSSGShaderCacheKey::m_hashCode = 0 |
Definition at line 137 of file qssgrendershadercache_p.h.
QByteArray QSSGShaderCacheKey::m_key |
Definition at line 135 of file qssgrendershadercache_p.h.