wgpu-shader-types 28.0.0

Common types for shaders in wgpu
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 13.09 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 965.66 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • gfx-rs/wgpu
    16510 1220 1054
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • inner-daemons

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.