![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Protected Member Functions | |
TypeAST (Kind _kind) | |
![]() | |
AST (Kind _kind) | |
~AST () override | |
Additional Inherited Members | |
![]() | |
static void | accept (AST *ast, Visitor *visitor) |
template<typename T > | |
static void | accept (List< T > *it, Visitor *visitor) |
![]() | |
int | kind |
int | lineno |
![]() | |
template<typename T > | |
static List< T > * | finish (List< T > *list) |
Definition at line 652 of file glslast_p.h.
Enumerator | |
---|---|
PrecNotValid | |
PrecUnspecified | |
Lowp | |
Mediump | |
Highp |
Definition at line 658 of file glslast_p.h.
|
inlineprotected |
Definition at line 655 of file glslast_p.h.
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 667 of file glslast_p.h.
|
pure virtual |
Implemented in GLSL::BasicTypeAST, GLSL::NamedTypeAST, GLSL::ArrayTypeAST, GLSL::StructTypeAST, and GLSL::QualifiedTypeAST.
Referenced by GLSL::ArrayTypeAST::precision().
|
pure virtual |
Implemented in GLSL::BasicTypeAST, GLSL::NamedTypeAST, GLSL::ArrayTypeAST, GLSL::StructTypeAST, and GLSL::QualifiedTypeAST.
Referenced by GLSL::ArrayTypeAST::setPrecision().