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
qssgshadermapkey_p.h File Reference

(b027d2e8e3e8c21121d731c69ee6f399405cb0b6)

#include <QtQuick3DRuntimeRender/private/qtquick3druntimerenderglobal_p.h>
#include <QtQuick3DRuntimeRender/private/qssgrendershaderkeys_p.h>
#include <QtQuick3DRuntimeRender/private/qssgrenderparticleshaderkeys_p.h>
#include <QtQuick3DRuntimeRender/private/qssgrendershadercache_p.h>
Include dependency graph for qssgshadermapkey_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TShaderMapKey< T >

Typedefs

typedef TShaderMapKey< QSSGShaderDefaultMaterialKeyQSSGShaderMapKey
typedef TShaderMapKey< QSSGShaderParticleMaterialKeyQSSGParticleShaderMapKey

Functions

template<typename T>
bool operator== (const TShaderMapKey< T > &a, const TShaderMapKey< T > &b) Q_DECL_NOTHROW
size_t qHash (const QSSGShaderMapKey &key, size_t seed)
size_t qHash (const QSSGParticleShaderMapKey &key, size_t seed)

Typedef Documentation

◆ QSSGParticleShaderMapKey

◆ QSSGShaderMapKey

Function Documentation

◆ operator==()

template<typename T>
bool operator== ( const TShaderMapKey< T > & a,
const TShaderMapKey< T > & b )
inline

Definition at line 54 of file qssgshadermapkey_p.h.

◆ qHash() [1/2]

size_t qHash ( const QSSGParticleShaderMapKey & key,
size_t seed )
inline

Definition at line 75 of file qssgshadermapkey_p.h.

◆ qHash() [2/2]

size_t qHash ( const QSSGShaderMapKey & key,
size_t seed )
inline

Definition at line 70 of file qssgshadermapkey_p.h.