An open API service indexing awesome lists of open source software.

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

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)