Available on
wgpu_core or naga only.Expand description
Backend functions that export shader Modules into binary and text formats.
Modules§
- glsl
glsl-outBackend for GLSL (OpenGL Shading Language). - hlsl
hlsl-outBackend for HLSL (High-Level Shading Language). - msl
msl-outBackend for MSL (Metal Shading Language). - spv
spv-outBackend for SPIR-V (Standard Portable Intermediate Representation). - wgsl
wgsl-outBackend for WGSL (WebGPU Shading Language).
Structs§
- Ray flags, for a
RayDesc’sflagsfield.