![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Inheritance diagram for GLSL::ArrayTypeAST:
Collaboration diagram for GLSL::ArrayTypeAST:Public Attributes | |
| TypeAST * | elementType |
| ExpressionAST * | size |
Public Attributes inherited from GLSL::AST | |
| int | kind |
| int | lineno |
Definition at line 711 of file glslast_p.h.
|
inline |
Definition at line 714 of file glslast_p.h.
|
inline |
Definition at line 716 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 254 of file glslast.cpp.
References GLSL::AST::accept(), elementType, GLSL::Visitor::endVisit(), and GLSL::Visitor::visit().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 719 of file glslast_p.h.
|
overridevirtual |
Implements GLSL::TypeAST.
Definition at line 263 of file glslast.cpp.
References elementType, GLSL::TypeAST::precision(), and GLSL::TypeAST::PrecNotValid.
Here is the call graph for this function:
|
overridevirtual |
Implements GLSL::TypeAST.
Definition at line 268 of file glslast.cpp.
References elementType, and GLSL::TypeAST::setPrecision().
Here is the call graph for this function:| TypeAST* GLSL::ArrayTypeAST::elementType |
Definition at line 727 of file glslast_p.h.
Referenced by accept0(), precision(), setPrecision(), and GLSL::Semantic::visit().
| ExpressionAST* GLSL::ArrayTypeAST::size |
Definition at line 728 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().