Re-exportsยง
pub use swapchain::ContextData;
pub use swapchain::WGPUExternalImages;
pub use swapchain::PRESENTATION_BUFFER_COUNT;
pub use wgpu_core as wgc;
pub use wgpu_types as wgt;
pub use identity::*;
Modulesยง
- gpu_
error ๐Error scopes and GPUError types - ipc_
messages ๐ - poll_
thread ๐Data and main loop of WGPU poll thread. - render_
commands ๐Render pass commands - wgpu_
thread ๐Data and main loop of WebGPU thread.