[go: up one dir, main page]

Module wgpu::naga::back

source ·
Available on wgpu_core or naga only.
Expand description

Backend functions that export shader Modules into binary and text formats.

Modules§

  • glslglsl-out
    Backend for GLSL (OpenGL Shading Language).
  • hlslhlsl-out
    Backend for HLSL (High-Level Shading Language).
  • mslmsl-out
    Backend for MSL (Metal Shading Language).
  • spvspv-out
    Backend for SPIR-V (Standard Portable Intermediate Representation).
  • wgslwgsl-out
    Backend for WGSL (WebGPU Shading Language).

Structs§