Function webgpu::swapchain::update_wr_image
source ยท fn update_wr_image(
result: Result<(), BufferAccessError>,
global: Arc<Global>,
buffer_id: BufferId,
wgpu_image_map: WGPUImageMap,
context_id: WebGPUContextId,
webrender_api: Arc<Mutex<RenderApi>>,
webrender_document: DocumentId,
image_desc: WebGPUImageDescriptor,
presentation_id: PresentationId,
)