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

public errors

This commit is contained in:
Tom Gowan
2019-05-10 11:17:52 +10:00
parent fec3b1d81e
commit 50a88bd0ca

View File

@@ -1,5 +1,5 @@
mod compiler;
mod error;
pub mod error;
mod reflection;
mod srvk;
pub mod layouts;
@@ -8,7 +8,7 @@ mod watch;
pub use layouts::*;
pub use reflection::LayoutData;
pub use watch::{Message, Watch};
pub use error::{Error, ConvertError};
pub use error::*;
use spirv_reflect as sr;
use vulkano as vk;