Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
GLSL::IndexType Class Reference

#include <glsltypes_p.h>

Inheritance diagram for GLSL::IndexType:
Collaboration diagram for GLSL::IndexType:

Public Member Functions

 IndexType (const Type *indexElementType)
const TypeindexElementType () const
const IndexTypeasIndexType () const override
Public Member Functions inherited from GLSL::Type
virtual ~Type ()
virtual QString toString () const =0
virtual const UndefinedTypeasUndefinedType () const
virtual const VoidTypeasVoidType () const
virtual const BoolTypeasBoolType () const
virtual const IntTypeasIntType () const
virtual const UIntTypeasUIntType () const
virtual const FloatTypeasFloatType () const
virtual const DoubleTypeasDoubleType () const
virtual const ScalarTypeasScalarType () const
virtual const VectorTypeasVectorType () const
virtual const MatrixTypeasMatrixType () const
virtual const ArrayTypeasArrayType () const
virtual const SamplerTypeasSamplerType () const
virtual const OverloadSetasOverloadSetType () const
virtual const StructasStructType () const
virtual const FunctionasFunctionType () const
virtual bool isEqualTo (const Type *other) const =0
virtual bool isLessThan (const Type *other) const =0

Detailed Description

Definition at line 99 of file glsltypes_p.h.

Constructor & Destructor Documentation

◆ IndexType()

GLSL::IndexType::IndexType ( const Type * indexElementType)
inline

Definition at line 102 of file glsltypes_p.h.

Member Function Documentation

◆ asIndexType()

const IndexType * GLSL::IndexType::asIndexType ( ) const
inlineoverridevirtual

Reimplemented from GLSL::Type.

Definition at line 106 of file glsltypes_p.h.

◆ indexElementType()

const Type * GLSL::IndexType::indexElementType ( ) const
inline

Definition at line 104 of file glsltypes_p.h.


The documentation for this class was generated from the following file: