![]() |
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>
Public Attributes | |
Precision | prec |
int | token |
const char * | name |
Public Attributes inherited from GLSL::AST | |
int | kind |
int | lineno |
Definition at line 676 of file glslast_p.h.
BasicTypeAST::BasicTypeAST | ( | int | _token, |
const char * | _name ) |
Definition at line 201 of file glslast.cpp.
Implements GLSL::AST.
Definition at line 218 of file glslast.cpp.
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 682 of file glslast_p.h.
|
overridevirtual |
Implements GLSL::TypeAST.
Definition at line 224 of file glslast.cpp.
|
overridevirtual |
Implements GLSL::TypeAST.
Definition at line 229 of file glslast.cpp.
const char* GLSL::BasicTypeAST::name |
Definition at line 692 of file glslast_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
Precision GLSL::BasicTypeAST::prec |
Definition at line 690 of file glslast_p.h.
int GLSL::BasicTypeAST::token |
Definition at line 691 of file glslast_p.h.