1
0
mirror of synced 2025-11-09 12:57:13 +00:00

Create README.md

This commit is contained in:
Tom
2019-04-30 09:49:03 +10:00
committed by GitHub
parent c4112ecddc
commit db4a97afe2

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# shade_runner
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.
Examples comming very soon.