Crates.io | shade_runner |
lib.rs | shade_runner |
version | 0.3.0 |
source | src |
created_at | 2019-05-26 23:59:08.615102 |
updated_at | 2019-11-05 12:50:36.227792 |
description | Allows runtime hot loading of shaders for vulkano |
homepage | |
repository | https://github.com/freesig/shade_runner |
max_upload_size | |
id | 137223 |
size | 91,865 |
A shader hotloader for vulkano.
This project is incomplete but working.
If something isn't implimented yet you will get Err(ConvertError::Unimplemented)
from parse(...)
.
PRs and issues are welcome. The crate should never panic!
.
Examples comming very soon.