![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgshadermapkey_p.h>
Public Member Functions | |
| void | detach () |
| TShaderMapKey (const QByteArray &inName, const QSSGShaderFeatures &inFeatures, const T &inMaterialKey) | |
Public Attributes | |
| QByteArray | m_name |
| const QSSGShaderFeatures | m_featuresOrig |
| const T * | m_materialKeyOrig |
| T | m_materialKeyCopy |
| size_t | m_hashCode |
Definition at line 29 of file qssgshadermapkey_p.h.
|
inline |
Definition at line 45 of file qssgshadermapkey_p.h.
|
inline |
Definition at line 37 of file qssgshadermapkey_p.h.
| const QSSGShaderFeatures TShaderMapKey< T >::m_featuresOrig |
Definition at line 32 of file qssgshadermapkey_p.h.
| size_t TShaderMapKey< T >::m_hashCode |
Definition at line 35 of file qssgshadermapkey_p.h.
| T TShaderMapKey< T >::m_materialKeyCopy |
Definition at line 34 of file qssgshadermapkey_p.h.
| const T* TShaderMapKey< T >::m_materialKeyOrig |
Definition at line 33 of file qssgshadermapkey_p.h.
| QByteArray TShaderMapKey< T >::m_name |
Definition at line 31 of file qssgshadermapkey_p.h.