mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
* Make the color attachments `Option`-al in render pipelines, render passes, and render bundles * vk: `Option`-al color attachments support * dx12: sparse color_attachments support * Only non-hole attachments is supported on wasm target and gl backend * deno_webgpu: `Option`-al color attachments support * Follow all suggestions