wgpu/wgpu-hal/examples
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
..
halmark [wgpu-hal] remove return type from Device.unmap_buffer() 2024-07-12 16:33:57 +02:00
ray-traced-triangle [wgpu-hal] remove return type from Device.unmap_buffer() 2024-07-12 16:33:57 +02:00
raw-gles.em.html feature: emscripten 2022-01-27 14:14:29 -05:00
raw-gles.rs Expose gpu allocation configuration options (#5875) 2024-07-08 14:49:44 +02:00