Skip to main content

Crate imaging_wgpu

Crate imaging_wgpu 

Source
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 wgpu texture rendering traits and target wrappers.

Enums§

TextureRendererError
Shared texture-rendering error type for wgpu texture renderers.
TextureTargetError
Shared texture-render-target failures surfaced by texture renderers.