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

remove unimpl

This commit is contained in:
Tom Gowan
2019-04-29 14:57:30 +10:00
parent 5840e837eb
commit 15cddaa35b
4 changed files with 53 additions and 39 deletions

View File

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