Module shaders

Module shaders 

Source
Expand description

WebGPU compute shader library for mathematical operations

This module contains optimized WGSL compute shaders for various mathematical domains including tropical algebra, automatic differentiation, and fusion systems.

Structs§

ShaderLibrary
Shader library managing all mathematical compute shaders

Constants§

DUAL_SHADERS
Dual number shader collection
FUSION_SHADERS
Fusion system shader collection
TROPICAL_SHADERS
Tropical algebra shader collection