Expand description
wgpu texture rendering traits for imaging backends.
The default feature set enables wgpu-29. Consumers that need wgpu-27 or wgpu-28
should disable default features and enable the matching version feature.
Workspace-wide --all-features builds enable multiple lanes, so this crate resolves that case
deterministically by exporting wgpu-29 as wgpu. Backends that must stay on an older
wgpu version should use the explicit [v27] or [v28] module.
This crate is std-only because it depends on wgpu.
Re-exports§
pub use v29::TextureRenderer;pub use v29::TextureViewTarget;pub use v29::wgpu;
Modules§
- v29
- Version-specific
wgputexture rendering traits and target wrappers.
Enums§
- Texture
Renderer Error - Shared texture-rendering error type for
wgputexture renderers. - Texture
Target Error - Shared texture-render-target failures surfaced by texture renderers.