1
0
mirror of synced 2025-11-10 05:17:13 +00:00

initial commit

This commit is contained in:
Tom Gowan
2019-04-26 13:00:38 +10:00
commit 0755b4f807
16 changed files with 651 additions and 0 deletions

4
src/error.rs Normal file
View File

@@ -0,0 +1,4 @@
#[derive(Debug)]
pub enum Error {
Compile(shaderc::Error),
}