Module naga::back::glsl

source ·
Expand description

Backend for GLSL (OpenGL Shading Language).

The main structure is Writer, it maintains internal state that is used to output a Module into glsl

Supported versions

Core

  • 330
  • 400
  • 410
  • 420
  • 430
  • 450

ES

  • 300
  • 310

Structs

Enums

Constants

Type Aliases