vulkano-rs / vulkano

Safe and rich Rust wrapper around the Vulkan API
Apache License 2.0
4.53k stars 436 forks source link

Add support for the `khr_draw_indirect_count` extension #2432

Closed Rua closed 10 months ago

Rua commented 10 months ago

Changelog:

### Additions
- Support for the `khr_draw_indirect_count` extension.

Depends on #2429.