![]() |
Qt 6.x
The Qt SDK
|
\variable QShaderDescription::UniformBlock::blockName More...
#include <qshaderdescription.h>
Public Attributes | |
QByteArray | name |
int | size = 0 |
QList< BlockVariable > | members |
Related Symbols | |
(Note that these are not member symbols.) | |
bool | operator== (const QShaderDescription::PushConstantBlock &lhs, const QShaderDescription::PushConstantBlock &rhs) noexcept |
Returns true if the two PushConstantBlock objects lhs and rhs are equal. | |
\variable QShaderDescription::UniformBlock::blockName
\variable QShaderDescription::UniformBlock::structName
\variable QShaderDescription::UniformBlock::size
\variable QShaderDescription::UniformBlock::binding
\variable QShaderDescription::UniformBlock::descriptorSet
\variable QShaderDescription::UniformBlock::members
\inmodule QtGui
Describes a push constant block.
Definition at line 220 of file qshaderdescription.h.
|
related |
Returns true
if the two PushConstantBlock objects lhs and rhs are equal.
Definition at line 2064 of file qshaderdescription.cpp.
QList<BlockVariable> QShaderDescription::PushConstantBlock::members |
Definition at line 223 of file qshaderdescription.h.
Referenced by operator<<().
QByteArray QShaderDescription::PushConstantBlock::name |
Definition at line 221 of file qshaderdescription.h.
Referenced by operator<<().
int QShaderDescription::PushConstantBlock::size = 0 |
Definition at line 222 of file qshaderdescription.h.
Referenced by operator<<().