https://github.com/hatoo/ash-offscreen-rendering-example
An example of offscreen rendering using ash
https://github.com/hatoo/ash-offscreen-rendering-example
ash rust vulkan
Last synced: about 1 year ago
JSON representation
An example of offscreen rendering using ash
- Host: GitHub
- URL: https://github.com/hatoo/ash-offscreen-rendering-example
- Owner: hatoo
- Created: 2021-08-01T07:01:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T17:19:54.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T18:46:13.184Z (over 1 year ago)
- Topics: ash, rust, vulkan
- Language: Rust
- Homepage:
- Size: 7.68 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ash-offscreen-rendering-example
An example of offscreen rendering using [ash](https://github.com/MaikKlein/ash).
## Run
```bash
cargo run
```
open `out.png`
## See also
- [vulkan-tutorial-rust](https://github.com/unknownue/vulkan-tutorial-rust)
- [SaschaWillems / Vulkan](https://github.com/SaschaWillems/Vulkan)