![]() |
Qt 6.x
The Qt SDK
|
\variable QShaderDescription::BlockVariable::name More...
#include <qshaderdescription.h>
Public Attributes | |
QByteArray | blockName |
QByteArray | structName |
int | size = 0 |
int | binding = -1 |
int | descriptorSet = -1 |
QList< BlockVariable > | members |
Related Symbols | |
(Note that these are not member symbols.) | |
bool | operator== (const QShaderDescription::UniformBlock &lhs, const QShaderDescription::UniformBlock &rhs) noexcept |
Returns true if the two UniformBlock objects lhs and rhs are equal. | |
\variable QShaderDescription::BlockVariable::name
\variable QShaderDescription::BlockVariable::type
\variable QShaderDescription::BlockVariable::offset
\variable QShaderDescription::BlockVariable::size
\variable QShaderDescription::BlockVariable::arrayDims
\variable QShaderDescription::BlockVariable::arrayStride
\variable QShaderDescription::BlockVariable::matrixStride
\variable QShaderDescription::BlockVariable::matrixIsRowMajor
\variable QShaderDescription::BlockVariable::structMembers
\inmodule QtGui
Describes a uniform block.
Definition at line 211 of file qshaderdescription.h.
|
related |
Returns true
if the two UniformBlock objects lhs and rhs are equal.
Definition at line 2048 of file qshaderdescription.cpp.
int QShaderDescription::UniformBlock::binding = -1 |
Definition at line 215 of file qshaderdescription.h.
Referenced by QRhiGles2::gatherUniforms(), operator<<(), and QSGMaterialShaderPrivate::prepare().
QByteArray QShaderDescription::UniformBlock::blockName |
Definition at line 212 of file qshaderdescription.h.
Referenced by operator<<(), and QSGMaterialShaderPrivate::prepare().
int QShaderDescription::UniformBlock::descriptorSet = -1 |
Definition at line 216 of file qshaderdescription.h.
Referenced by operator<<().
QList<BlockVariable> QShaderDescription::UniformBlock::members |
Definition at line 217 of file qshaderdescription.h.
Referenced by QRhiGles2::gatherUniforms(), and operator<<().
int QShaderDescription::UniformBlock::size = 0 |
Definition at line 214 of file qshaderdescription.h.
Referenced by operator<<(), and QSGMaterialShaderPrivate::prepare().
QByteArray QShaderDescription::UniformBlock::structName |
Definition at line 213 of file qshaderdescription.h.
Referenced by QRhiGles2::gatherUniforms(), and operator<<().