![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <glsltypes_p.h>
Public Member Functions | |
| QString | toString () const override |
| const IntType * | asIntType () const override |
| bool | isEqualTo (const Type *other) const override |
| bool | isLessThan (const Type *other) const override |
| Public Member Functions inherited from GLSL::ScalarType | |
| const ScalarType * | asScalarType () const override |
| Public Member Functions inherited from GLSL::Type | |
| virtual | ~Type () |
| virtual const UndefinedType * | asUndefinedType () const |
| virtual const VoidType * | asVoidType () const |
| virtual const BoolType * | asBoolType () const |
| virtual const UIntType * | asUIntType () const |
| virtual const FloatType * | asFloatType () const |
| virtual const DoubleType * | asDoubleType () 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 |
Definition at line 62 of file glsltypes_p.h.
|
inlineoverridevirtual |
Reimplemented from GLSL::Type.
Definition at line 66 of file glsltypes_p.h.
|
overridevirtual |
Implements GLSL::Type.
Definition at line 58 of file glsltypes.cpp.
|
overridevirtual |
Implements GLSL::Type.
Definition at line 65 of file glsltypes.cpp.
|
inlineoverridevirtual |
Implements GLSL::Type.
Definition at line 65 of file glsltypes_p.h.