Expand description
Modules§
- ast 🔒
- builtins 🔒
- context 🔒
- error 🔒
- lex 🔒
- offset 🔒Module responsible for calculating the offset and span for types.
- parser 🔒
- token 🔒
- types 🔒
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 🔒