wgpu-shader-types 28.0.0

Common types for shaders in wgpu
Documentation
1
2
3
4
5
# wgpu-shader-types

wgpu-shader-types contains some types used by both naga and wgpu-shaders. Naga is an optional dependency of wgpu-shaders
so these can't live in naga, and wgpu-shaders depends on naga meaning that for naga to use these types they cannot live
in wgpu-shaders.