remove unimpl
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
Compile(shaderc::Error),
|
||||
Layout(ConvertError),
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum ConvertError {
|
||||
Unimplemented,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user