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::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
 

Related Symbols

(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

Friends And Related Symbol Documentation

◆ 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

Definition at line 187 of file qshaderdescription.h.

◆ offset

int QShaderDescription::BlockVariable::offset = 0

Definition at line 189 of file qshaderdescription.h.

◆ 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: