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 Struct Reference

#include <qssgshadermapkey_p.h>

Collaboration diagram for QSSGShaderMapKey:

Public Member Functions

void detach ()
 QSSGShaderMapKey (const QByteArray &inName, const QSSGShaderFeatures &inFeatures, const QSSGShaderDefaultMaterialKey &inMaterialKey)

Public Attributes

QByteArray m_name
const QSSGShaderFeatures m_featuresOrig
const QSSGShaderDefaultMaterialKeym_materialKeyOrig
QSSGShaderDefaultMaterialKey m_materialKeyCopy
size_t m_hashCode

Detailed Description

Definition at line 25 of file qssgshadermapkey_p.h.

Constructor & Destructor Documentation

◆ QSSGShaderMapKey()

QSSGShaderMapKey::QSSGShaderMapKey ( const QByteArray & inName,
const QSSGShaderFeatures & inFeatures,
const QSSGShaderDefaultMaterialKey & inMaterialKey )
inline

Definition at line 41 of file qssgshadermapkey_p.h.

References QSSGShaderMapKey().

Referenced by QSSGShaderMapKey().

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

Member Function Documentation

◆ detach()

void QSSGShaderMapKey::detach ( )
inline

Definition at line 33 of file qssgshadermapkey_p.h.

Member Data Documentation

◆ m_featuresOrig

const QSSGShaderFeatures QSSGShaderMapKey::m_featuresOrig

Definition at line 28 of file qssgshadermapkey_p.h.

◆ m_hashCode

size_t QSSGShaderMapKey::m_hashCode

Definition at line 31 of file qssgshadermapkey_p.h.

◆ m_materialKeyCopy

QSSGShaderDefaultMaterialKey QSSGShaderMapKey::m_materialKeyCopy

Definition at line 30 of file qssgshadermapkey_p.h.

◆ m_materialKeyOrig

const QSSGShaderDefaultMaterialKey* QSSGShaderMapKey::m_materialKeyOrig

Definition at line 29 of file qssgshadermapkey_p.h.

◆ m_name

QByteArray QSSGShaderMapKey::m_name

Definition at line 27 of file qssgshadermapkey_p.h.


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