pixels icon indicating copy to clipboard operation
pixels copied to clipboard

Update wgpu to 0.18

Open JacobMillward opened this issue 1 year ago • 1 comments

This allows the latest version of egui to be used. Required updating several RenderPassDescriptor objects to account for new fields, as well as updating to handle the new texture format Rgb10a2Uint.

Also updated the minimal-egui example.

JacobMillward avatar Jan 01 '24 17:01 JacobMillward

@JacobMillward Heads up, there are CI failures that need to be fixed. It's the dependency chain for imgui. which needs https://github.com/Yatekii/imgui-wgpu-rs/pull/104. I would accept this with a git dependency reference for imgui-wgpu pointing at the git rev in that PR. I can't say it will be the last CI failure, though.

parasyte avatar Jan 08 '24 19:01 parasyte

Superseded by #391

JacobMillward avatar Apr 07 '24 16:04 JacobMillward