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::BuiltinVariable Struct Reference

\variable QShaderDescription::StorageBlock::blockName More...

#include <qshaderdescription.h>

+ Collaboration diagram for QShaderDescription::BuiltinVariable:

Public Attributes

BuiltinType type
 
VariableType varType
 
QList< int > arrayDims
 

Related Symbols

(Note that these are not member symbols.)

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

Detailed Description

Friends And Related Symbol Documentation

◆ operator==()

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

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

Definition at line 2095 of file qshaderdescription.cpp.

Member Data Documentation

◆ arrayDims

QList<int> QShaderDescription::BuiltinVariable::arrayDims

Definition at line 283 of file qshaderdescription.h.

Referenced by operator<<().

◆ type

BuiltinType QShaderDescription::BuiltinVariable::type

Definition at line 281 of file qshaderdescription.h.

Referenced by operator<<().

◆ varType

VariableType QShaderDescription::BuiltinVariable::varType

Definition at line 282 of file qshaderdescription.h.

Referenced by operator<<().


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