wgpu/wgpu-hal/examples/ray-traced-triangle
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 [wgpu-hal] Inline RayQuery Support (#3507) 2023-12-06 21:12:41 +00:00