![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Public Attributes | |
TypeAST * | elementType |
ExpressionAST * | size |
![]() | |
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().
|
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.
|
overridevirtual |
Implements GLSL::TypeAST.
Definition at line 268 of file glslast.cpp.
References elementType, and GLSL::TypeAST::setPrecision().
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().