![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Inheritance diagram for GLSL::TypeAST:
Collaboration diagram for GLSL::TypeAST:Protected Member Functions | |
| TypeAST (Kind _kind) | |
Protected Member Functions inherited from GLSL::AST | |
| AST (Kind _kind) | |
| ~AST () override | |
Additional Inherited Members | |
Static Public Member Functions inherited from GLSL::AST | |
| static void | accept (AST *ast, Visitor *visitor) |
| template<typename T > | |
| static void | accept (List< T > *it, Visitor *visitor) |
Public Attributes inherited from GLSL::AST | |
| int | kind |
| int | lineno |
Static Protected Member Functions inherited from GLSL::AST | |
| 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().
Here is the caller graph for this function:
|
pure virtual |
Implemented in GLSL::BasicTypeAST, GLSL::NamedTypeAST, GLSL::ArrayTypeAST, GLSL::StructTypeAST, and GLSL::QualifiedTypeAST.
Referenced by GLSL::ArrayTypeAST::setPrecision().
Here is the caller graph for this function: