vulkano-rs / vulkano

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

Add Minimal Offscreen Rendering Example #2451

Closed 0xcaff closed 10 months ago

0xcaff commented 10 months ago

Adds a minimal offscreen rendering example. I spent a few hours stuck on a bug adapting the triangle example before getting here. I hope this will help fill in the mental model of vulkan for future readers by providing a minimal starting point without the complexity of swapchains.

triangle

Changelog:

### Public dependency updates

### Breaking changes

### Additions

* Add an example for offscreen rendering

### Bugs fixed
marc0246 commented 10 months ago

Thank you for the work!