wgpu/wgpu-hal/examples/halmark
teoxoy 1cb7ebab99 [wgpu-hal] replace Instance.destroy_surface() with Drop impls on Surfaces
Only the metal and vulkan backends require
destruction code and it can go in a `Drop` impl since
the `Instance` is unused in those implementations.
2024-07-29 17:31:24 +02:00
..
main.rs [wgpu-hal] replace Instance.destroy_surface() with Drop impls on Surfaces 2024-07-29 17:31:24 +02:00
shader.wgsl Implement SHADER_PRIMITIVE_INDEX on all Backends (#3272) 2022-12-08 08:47:44 -05:00