wgpu/wgpu-hal/examples/ray-traced-triangle
teoxoy 26f65ddffd [wgpu-hal] remove return type from Device.unmap_buffer()
It's already documented that to unmap a buffer it has to have been mapped.
Vulkan was the only backend that was returning an OOM on missing `Buffer.block` but `Buffer.map_buffer` already returns an error in this case.
2024-07-12 16:33:57 +02:00
..
main.rs [wgpu-hal] remove return type from Device.unmap_buffer() 2024-07-12 16:33:57 +02:00
shader.wgsl [wgpu-hal] Inline RayQuery Support (#3507) 2023-12-06 21:12:41 +00:00