wgpu/wgpu-hal/examples/halmark
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 Implement SHADER_PRIMITIVE_INDEX on all Backends (#3272) 2022-12-08 08:47:44 -05:00