vulkano/examples/interactive-fractal
maratik123 f911996534
Code cleanup (#2497)
* refactoring

* fmt

* Update vulkano/src/command_buffer/commands/query.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update vulkano/src/buffer/subbuffer.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update vulkano/src/buffer/mod.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update vulkano/src/swapchain/mod.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update vulkano/src/sync/fence.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update vulkano/src/sync/semaphore.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update vulkano/src/sync/pipeline.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update vulkano/src/descriptor_set/mod.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Update vulkano/src/image/mod.rs

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>

* review fixes

* post merge fixes

* fmt

---------

Co-authored-by: marc0246 <40955683+marc0246@users.noreply.github.com>
2024-03-13 17:37:28 +01:00
..
app.rs Code cleanup (#2497) 2024-03-13 17:37:28 +01:00
Cargo.toml Replace cgmath with glam in the examples (#2475) 2024-02-21 09:30:15 +01:00
fractal_compute_pipeline.rs Code cleanup (#2497) 2024-03-13 17:37:28 +01:00
main.rs Make image_index and final_views accessible, and add new example. (#2473) 2024-02-21 09:08:50 +01:00
pixels_draw_pipeline.rs Use hard-coded vertices in eligible examples (#2454) 2024-01-16 19:30:14 +01:00
place_over_frame.rs Make image_index and final_views accessible, and add new example. (#2473) 2024-02-21 09:08:50 +01:00