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 相等。

內容

  1. 公共變量

  2. 相關非成員

  3. 詳細描述