Expand description
Modulesยง
- ast ๐
- builtins ๐
- context ๐
- error ๐
- functions ๐
- lex ๐
- offset ๐Module responsible for calculating the offset and span for types.
- parser ๐
- token ๐
- types ๐
- variables ๐
Structsยง
- Error returned during shader parsing.
- The
Frontend
is the central structure of the GLSL frontend. - Per-shader options passed to
parse
. - A collection of errors returned during shader parsing.
- Additional information about the GLSL shader.
Enumsยง
- Information about the cause of an error.
- One of the expected tokens returned in
InvalidToken
. - A precision hint used in GLSL declarations.
- The GLSL profile used by a shader.
- A token passed from the lexing used in the parsing.
Type Aliasesยง
- Result ๐