Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QShaderDescription::BlockVariable Struct Reference

\variable QShaderDescription::InOutVariable::name More...

#include <qshaderdescription.h>

Collaboration diagram for QShaderDescription::BlockVariable:

Public Attributes

QByteArray name
VariableType type = Unknown
int offset = 0
int size = 0
QList< int > arrayDims
int arrayStride = 0
int matrixStride = 0
bool matrixIsRowMajor = false
QList< BlockVariablestructMembers

(Note that these are not member symbols.)

bool operator== (const QShaderDescription::BlockVariable &lhs, const QShaderDescription::BlockVariable &rhs) noexcept
 Returns true if the two BlockVariable objects lhs and rhs are equal.

Detailed Description

◆ operator==()

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

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

Definition at line 2029 of file qshaderdescription.cpp.

Member Data Documentation

◆ arrayDims

QList<int> QShaderDescription::BlockVariable::arrayDims

Definition at line 191 of file qshaderdescription.h.

◆ arrayStride

int QShaderDescription::BlockVariable::arrayStride = 0

Definition at line 192 of file qshaderdescription.h.

◆ matrixIsRowMajor

bool QShaderDescription::BlockVariable::matrixIsRowMajor = false

Definition at line 194 of file qshaderdescription.h.

◆ matrixStride

int QShaderDescription::BlockVariable::matrixStride = 0

Definition at line 193 of file qshaderdescription.h.

◆ name

QByteArray QShaderDescription::BlockVariable::name

◆ offset

◆ size

int QShaderDescription::BlockVariable::size = 0

Definition at line 190 of file qshaderdescription.h.

◆ structMembers

QList<BlockVariable> QShaderDescription::BlockVariable::structMembers

Definition at line 195 of file qshaderdescription.h.

◆ type

VariableType QShaderDescription::BlockVariable::type = Unknown

Definition at line 188 of file qshaderdescription.h.


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