![]() |
Qt 6.x
The Qt SDK
|
\variable QShaderDescription::StorageBlock::blockName More...
#include <qshaderdescription.h>
Public Attributes | |
BuiltinType | type |
VariableType | varType |
QList< int > | arrayDims |
Related Symbols | |
(Note that these are not member symbols.) | |
bool | operator== (const QShaderDescription::BuiltinVariable &lhs, const QShaderDescription::BuiltinVariable &rhs) noexcept |
Returns true if the two BuiltinVariable objects lhs and rhs are equal. | |
\variable QShaderDescription::StorageBlock::blockName
\variable QShaderDescription::StorageBlock::instanceName
\variable QShaderDescription::StorageBlock::knownSize
\variable QShaderDescription::StorageBlock::binding
\variable QShaderDescription::StorageBlock::descriptorSet
\variable QShaderDescription::StorageBlock::members
\variable QShaderDescription::StorageBlock::runtimeArrayStride
\variable QShaderDescription::StorageBlock::qualifierFlags
\inmodule QtGui
Describes a built-in variable.
Definition at line 280 of file qshaderdescription.h.
|
related |
Returns true
if the two BuiltinVariable objects lhs and rhs are equal.
Definition at line 2095 of file qshaderdescription.cpp.
QList<int> QShaderDescription::BuiltinVariable::arrayDims |
Definition at line 283 of file qshaderdescription.h.
Referenced by operator<<().
BuiltinType QShaderDescription::BuiltinVariable::type |
Definition at line 281 of file qshaderdescription.h.
Referenced by operator<<().
VariableType QShaderDescription::BuiltinVariable::varType |
Definition at line 282 of file qshaderdescription.h.
Referenced by operator<<().