Type Alias webgpu::swapchain::WGPUImageMap

source ·
pub type WGPUImageMap = Arc<Mutex<HashMap<WebGPUContextId, PresentationData>>>;

Aliased Type§

struct WGPUImageMap { /* private fields */ }