Module naga::front::glsl

source ·
Expand description

Frontend for GLSL (OpenGL Shading Language).

To begin, take a look at the documentation for the Frontend.

Supported versions

Vulkan

  • 440 (partial)
  • 450
  • 460

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