Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QShaderDescription::PushConstantBlock Struct Reference

\variable QShaderDescription::UniformBlock::blockName More...

#include <qshaderdescription.h>

+ Collaboration diagram for QShaderDescription::PushConstantBlock:

Public Attributes

QByteArray name
 
int size = 0
 
QList< BlockVariablemembers
 

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.
 

Detailed Description

\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

Since
6.6

Describes a push constant block.

Note
This is a RHI API with limited compatibility guarantees, see \l QShaderDescription for details.

Definition at line 220 of file qshaderdescription.h.

Friends And Related Symbol Documentation

◆ operator==()

bool operator== ( const QShaderDescription::PushConstantBlock & lhs,
const QShaderDescription::PushConstantBlock & rhs )
related

Returns true if the two PushConstantBlock objects lhs and rhs are equal.

Definition at line 2064 of file qshaderdescription.cpp.

Member Data Documentation

◆ members

QList<BlockVariable> QShaderDescription::PushConstantBlock::members

Definition at line 223 of file qshaderdescription.h.

◆ name

QByteArray QShaderDescription::PushConstantBlock::name

Definition at line 221 of file qshaderdescription.h.

◆ size

int QShaderDescription::PushConstantBlock::size = 0

Definition at line 222 of file qshaderdescription.h.


The documentation for this struct was generated from the following files: