Describes a shader storage block. 更多...
This struct was introduced in Qt 6.6.
int | binding |
QByteArray | blockName |
int | descriptorSet |
QByteArray | instanceName |
int | knownSize |
QList<QShaderDescription::BlockVariable> | members |
QShaderDescription::QualifierFlags | qualifierFlags |
int | runtimeArrayStride |
bool | operator== (const QShaderDescription::StorageBlock & lhs , const QShaderDescription::StorageBlock & rhs ) |
注意: This is a RHI API with limited compatibility guarantees, see QShaderDescription 了解细节。
[noexcept]
bool
operator==
(const
QShaderDescription::StorageBlock
&
lhs
, const
QShaderDescription::StorageBlock
&
rhs
)
返回
true
若两
StorageBlock
对象
lhs
and
rhs
相等。