![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtGui More...
#include <qshaderdescription.h>
Public Attributes | |
QByteArray | name |
VariableType | type = Unknown |
int | location = -1 |
int | binding = -1 |
int | descriptorSet = -1 |
ImageFormat | imageFormat = ImageFormatUnknown |
ImageFlags | imageFlags |
QList< int > | arrayDims |
bool | perPatch = false |
QList< BlockVariable > | structMembers |
Related Symbols | |
(Note that these are not member symbols.) | |
bool | operator== (const QShaderDescription::InOutVariable &lhs, const QShaderDescription::InOutVariable &rhs) noexcept |
Returns true if the two InOutVariable objects lhs and rhs are equal. | |
\inmodule QtGui
Describes an input or output variable in the shader.
Definition at line 198 of file qshaderdescription.h.
|
Returns true
if the two InOutVariable objects lhs and rhs are equal.
Definition at line 2009 of file qshaderdescription.cpp.
QList<int> QShaderDescription::InOutVariable::arrayDims |
Definition at line 206 of file qshaderdescription.h.
int QShaderDescription::InOutVariable::binding = -1 |
Definition at line 202 of file qshaderdescription.h.
int QShaderDescription::InOutVariable::descriptorSet = -1 |
Definition at line 203 of file qshaderdescription.h.
ImageFlags QShaderDescription::InOutVariable::imageFlags |
Definition at line 205 of file qshaderdescription.h.
ImageFormat QShaderDescription::InOutVariable::imageFormat = ImageFormatUnknown |
Definition at line 204 of file qshaderdescription.h.
int QShaderDescription::InOutVariable::location = -1 |
Definition at line 201 of file qshaderdescription.h.
QByteArray QShaderDescription::InOutVariable::name |
Definition at line 199 of file qshaderdescription.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
bool QShaderDescription::InOutVariable::perPatch = false |
Definition at line 207 of file qshaderdescription.h.
QList<BlockVariable> QShaderDescription::InOutVariable::structMembers |
Definition at line 208 of file qshaderdescription.h.
VariableType QShaderDescription::InOutVariable::type = Unknown |
Definition at line 200 of file qshaderdescription.h.