Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSSGShaderDefaultMaterialKey::StringVisitor Struct Reference

#include <qssgrendershaderkeys_p.h>

+ Collaboration diagram for QSSGShaderDefaultMaterialKey::StringVisitor:

Public Member Functions

 StringVisitor (QByteArray &s, QSSGDataView< quint32 > ks)
 
template<typename TPropType >
void visit (const TPropType &prop)
 

Public Attributes

QByteArraym_str
 
QSSGDataView< quint32m_keyStore
 

Detailed Description

Definition at line 921 of file qssgrendershaderkeys_p.h.

Constructor & Destructor Documentation

◆ StringVisitor()

QSSGShaderDefaultMaterialKey::StringVisitor::StringVisitor ( QByteArray & s,
QSSGDataView< quint32 > ks )
inline

Definition at line 925 of file qssgrendershaderkeys_p.h.

Member Function Documentation

◆ visit()

template<typename TPropType >
void QSSGShaderDefaultMaterialKey::StringVisitor::visit ( const TPropType & prop)
inline

Definition at line 927 of file qssgrendershaderkeys_p.h.

References QByteArray::append(), m_keyStore, m_str, QByteArray::resize(), and QByteArray::size().

+ Here is the call graph for this function:

Member Data Documentation

◆ m_keyStore

QSSGDataView<quint32> QSSGShaderDefaultMaterialKey::StringVisitor::m_keyStore

Definition at line 924 of file qssgrendershaderkeys_p.h.

Referenced by visit().

◆ m_str

QByteArray& QSSGShaderDefaultMaterialKey::StringVisitor::m_str

Definition at line 923 of file qssgrendershaderkeys_p.h.

Referenced by visit().


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