vulkano/examples/multi-window-game-of-life
marc0246 bbd1de36ef
Descriptor set allocator API 2.0 (#2400)
* Make `DescriptorSetAllocator` object-safe, remove the generics

* Fix tests

* Fix examples

* Fix docs

* Avoid panics in `deallocate`

* Typo

* Clarify docs

* Clarify safety preconditions of `allocate`

* Remove unnecessary `Arc` clone

* Tidy up a little

* Debug assert
2023-11-12 15:10:22 +01:00
..
app.rs Remove license notices from source files (#2401) 2023-11-08 13:49:49 +01:00
Cargo.toml Prevent examples from being tested/benchmarked/documented (#2396) 2023-11-05 11:24:21 +01:00
game_of_life.rs Descriptor set allocator API 2.0 (#2400) 2023-11-12 15:10:22 +01:00
main.rs Remove license notices from source files (#2401) 2023-11-08 13:49:49 +01:00
pixels_draw.rs Descriptor set allocator API 2.0 (#2400) 2023-11-12 15:10:22 +01:00
render_pass.rs Remove license notices from source files (#2401) 2023-11-08 13:49:49 +01:00