[go: up one dir, main page]

Module wgpu::core::naga::front::glsl

source ·
Available on wgpu_core and crate feature glsl-in only.
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.
  • Additional information about the GLSL shader.

Enums