![]() |
Qt 6.x
The Qt SDK
|
\variable QShaderDescription::InOutVariable::name More...
#include <qshaderdescription.h>
Collaboration diagram for QShaderDescription::BlockVariable:Public Attributes | |
| QByteArray | name |
| VariableType | type = Unknown |
| int | offset = 0 |
| int | size = 0 |
| QList< int > | arrayDims |
| int | arrayStride = 0 |
| int | matrixStride = 0 |
| bool | matrixIsRowMajor = false |
| QList< BlockVariable > | structMembers |
Related Symbols | |
(Note that these are not member symbols.) | |
| bool | operator== (const QShaderDescription::BlockVariable &lhs, const QShaderDescription::BlockVariable &rhs) noexcept |
Returns true if the two BlockVariable objects lhs and rhs are equal. | |
\variable QShaderDescription::InOutVariable::name
\variable QShaderDescription::InOutVariable::type
\variable QShaderDescription::InOutVariable::location
\variable QShaderDescription::InOutVariable::binding
\variable QShaderDescription::InOutVariable::descriptorSet
\variable QShaderDescription::InOutVariable::imageFormat
\variable QShaderDescription::InOutVariable::imageFlags
\variable QShaderDescription::InOutVariable::arrayDims
\variable QShaderDescription::InOutVariable::perPatch
\variable QShaderDescription::InOutVariable::structMembers
\inmodule QtGui
Describes a member of a uniform or push constant block.
Definition at line 186 of file qshaderdescription.h.
|
related |
Returns true if the two BlockVariable objects lhs and rhs are equal.
Definition at line 2029 of file qshaderdescription.cpp.
| QList<int> QShaderDescription::BlockVariable::arrayDims |
Definition at line 191 of file qshaderdescription.h.
| int QShaderDescription::BlockVariable::arrayStride = 0 |
Definition at line 192 of file qshaderdescription.h.
| bool QShaderDescription::BlockVariable::matrixIsRowMajor = false |
Definition at line 194 of file qshaderdescription.h.
| int QShaderDescription::BlockVariable::matrixStride = 0 |
Definition at line 193 of file qshaderdescription.h.
| QByteArray QShaderDescription::BlockVariable::name |
Definition at line 187 of file qshaderdescription.h.
| int QShaderDescription::BlockVariable::offset = 0 |
Definition at line 189 of file qshaderdescription.h.
| int QShaderDescription::BlockVariable::size = 0 |
Definition at line 190 of file qshaderdescription.h.
| QList<BlockVariable> QShaderDescription::BlockVariable::structMembers |
Definition at line 195 of file qshaderdescription.h.
| VariableType QShaderDescription::BlockVariable::type = Unknown |
Definition at line 188 of file qshaderdescription.h.