Available on (
wgpu_core or naga) and crate feature glsl-in only.Expand description
Structs§
- Error returned during shader parsing.
- The
Frontendis the central structure of the GLSL frontend. - Per-shader options passed to
parse. - 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.