PushConstantBlock Struct

struct QShaderDescription ::PushConstantBlock

Describes a push constant block. 更多...

This struct was introduced in Qt 6.6.

公共变量

QList<QShaderDescription::BlockVariable> members
QByteArray name
int size
bool operator== (const QShaderDescription::PushConstantBlock & lhs , const QShaderDescription::PushConstantBlock & rhs )

详细描述

注意: This is a RHI API with limited compatibility guarantees, see QShaderDescription 了解细节。

成员变量文档编制

QList < QShaderDescription::BlockVariable > PushConstantBlock:: members

QByteArray PushConstantBlock:: name

int PushConstantBlock:: size

相关非成员

[noexcept] bool operator== (const QShaderDescription::PushConstantBlock & lhs , const QShaderDescription::PushConstantBlock & rhs )

返回 true 若两 PushConstantBlock 对象 lhs and rhs 相等。