![]() |
Qt 6.x
The Qt SDK
|
#include <glsltypes_p.h>
Inheritance diagram for GLSL::MatrixType:
Collaboration diagram for GLSL::MatrixType:Public Member Functions | |
| MatrixType (const Type *elementType, int columns, int rows, const Type *columnType) | |
| const Type * | elementType () const |
| const Type * | columnType () const |
| int | columns () const |
| int | rows () const |
| QString | toString () const override |
| const MatrixType * | asMatrixType () const override |
| bool | isEqualTo (const Type *other) const override |
| bool | isLessThan (const Type *other) const override |
Public Member Functions inherited from GLSL::IndexType | |
| IndexType (const Type *indexElementType) | |
| const Type * | indexElementType () const |
| const IndexType * | asIndexType () const override |
Public Member Functions inherited from GLSL::Type | |
| virtual | ~Type () |
| virtual QString | toString () const =0 |
| virtual const UndefinedType * | asUndefinedType () const |
| virtual const VoidType * | asVoidType () const |
| virtual const BoolType * | asBoolType () const |
| virtual const IntType * | asIntType () const |
| virtual const UIntType * | asUIntType () const |
| virtual const FloatType * | asFloatType () const |
| virtual const DoubleType * | asDoubleType () const |
| virtual const ScalarType * | asScalarType () const |
| virtual const IndexType * | asIndexType () const |
| virtual const VectorType * | asVectorType () const |
| virtual const MatrixType * | asMatrixType () const |
| virtual const ArrayType * | asArrayType () const |
| virtual const SamplerType * | asSamplerType () const |
| virtual const OverloadSet * | asOverloadSetType () const |
| virtual const Struct * | asStructType () const |
| virtual const Function * | asFunctionType () const |
| virtual bool | isEqualTo (const Type *other) const =0 |
| virtual bool | isLessThan (const Type *other) const =0 |
Definition at line 142 of file glsltypes_p.h.
|
inline |
Definition at line 145 of file glsltypes_p.h.
|
inlineoverridevirtual |
Reimplemented from GLSL::Type.
Definition at line 154 of file glsltypes_p.h.
Referenced by GLSL::Semantic::implicitCast().
Here is the caller graph for this function:
|
inline |
Definition at line 150 of file glsltypes_p.h.
Referenced by isLessThan().
Here is the caller graph for this function:
|
inline |
Definition at line 149 of file glsltypes_p.h.
|
inline |
Definition at line 148 of file glsltypes_p.h.
Referenced by isLessThan(), and toString().
Here is the caller graph for this function:
|
overridevirtual |
Implements GLSL::Type.
Definition at line 256 of file glsltypes.cpp.
References other().
Here is the call graph for this function:
|
overridevirtual |
Implements GLSL::Type.
Definition at line 272 of file glsltypes.cpp.
References columns(), elementType(), other(), Q_ASSERT, and rows().
Here is the call graph for this function:
|
inline |
Definition at line 151 of file glsltypes_p.h.
Referenced by isLessThan().
Here is the caller graph for this function:
|
overridevirtual |
Implements GLSL::Type.
Definition at line 242 of file glsltypes.cpp.
References QString::arg(), GLSL::Type::asBoolType(), GLSL::Type::asDoubleType(), GLSL::Type::asIntType(), GLSL::Type::asUIntType(), elementType(), and QString::fromLatin1().
Here is the call graph for this function: