![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <glslast_p.h>
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::ArrayTypeAST, GLSL::BasicTypeAST, GLSL::NamedTypeAST, GLSL::QualifiedTypeAST, and GLSL::StructTypeAST.
|
pure virtual |
Implemented in GLSL::ArrayTypeAST, GLSL::BasicTypeAST, GLSL::NamedTypeAST, GLSL::QualifiedTypeAST, and GLSL::StructTypeAST.