Sur cette page

QShaderDescription::PushConstantBlock Struct

struct QShaderDescription::PushConstantBlock

Décrit un bloc de constantes de poussée. Plus d'informations...

Cette structure a été introduite dans Qt 6.6.

Variables publiques

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

Description détaillée

Remarque : il s'agit d'une API RHI avec des garanties de compatibilité limitées, voir QShaderDescription pour plus de détails.

Documentation sur les variables membres

QList<QShaderDescription::BlockVariable> PushConstantBlock::members

QByteArray PushConstantBlock::name

int PushConstantBlock::size

Non-membres apparentés

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

Renvoie true si les deux objets PushConstantBlock lhs et rhs sont égaux.

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.