![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgrendershaderkeys_p.h>
Public Types | |
| enum | { BitWidth = 1 } |
Public Member Functions | |
| constexpr | QSSGShaderKeyBoolean (const char *inName="") |
| quint32 | getMask () const |
| void | setValue (QSSGDataRef< quint32 > inDataStore, bool inValue) const |
| bool | getValue (QSSGDataView< quint32 > inDataStore) const |
| void | toString (QByteArray &ioStr, QSSGDataView< quint32 > inKeySet) const |
| void | fromString (const QByteArray &ioStr, QSSGDataRef< quint32 > inKeySet) |
| Public Member Functions inherited from QSSGShaderKeyPropertyBase | |
| constexpr | QSSGShaderKeyPropertyBase (const char *inName="") |
| quint32 | getOffset () const |
| void | setOffset (quint32 of) |
| template<quint32 TBitWidth> | |
| quint32 | getMaskTemplate () const |
| quint32 | getIdx () const |
Additional Inherited Members | |
| Public Attributes inherited from QSSGShaderKeyPropertyBase | |
| QByteArrayView | name |
| quint32 | offset |
| Protected Member Functions inherited from QSSGShaderKeyPropertyBase | |
| void | internalToString (QByteArray &ioStr, const QByteArrayView &inBuffer) const |
| Static Protected Member Functions inherited from QSSGShaderKeyPropertyBase | |
| static void | internalToString (QByteArray &ioStr, const QByteArrayView &name, bool inValue) |
| static bool | getBoolValue (const QByteArray &str, const QByteArrayView &name) |
Definition at line 83 of file qssgrendershaderkeys_p.h.
| anonymous enum |
| Enumerator | |
|---|---|
| BitWidth | |
Definition at line 85 of file qssgrendershaderkeys_p.h.
|
inlineexplicitconstexpr |
Definition at line 89 of file qssgrendershaderkeys_p.h.
|
inline |
Definition at line 120 of file qssgrendershaderkeys_p.h.
|
inline |
Definition at line 91 of file qssgrendershaderkeys_p.h.
References BitWidth.
|
inline |
Definition at line 107 of file qssgrendershaderkeys_p.h.
|
inline |
Definition at line 92 of file qssgrendershaderkeys_p.h.
|
inline |
Definition at line 115 of file qssgrendershaderkeys_p.h.