public errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
mod compiler;
|
mod compiler;
|
||||||
mod error;
|
pub mod error;
|
||||||
mod reflection;
|
mod reflection;
|
||||||
mod srvk;
|
mod srvk;
|
||||||
pub mod layouts;
|
pub mod layouts;
|
||||||
@@ -8,7 +8,7 @@ mod watch;
|
|||||||
pub use layouts::*;
|
pub use layouts::*;
|
||||||
pub use reflection::LayoutData;
|
pub use reflection::LayoutData;
|
||||||
pub use watch::{Message, Watch};
|
pub use watch::{Message, Watch};
|
||||||
pub use error::{Error, ConvertError};
|
pub use error::*;
|
||||||
|
|
||||||
use spirv_reflect as sr;
|
use spirv_reflect as sr;
|
||||||
use vulkano as vk;
|
use vulkano as vk;
|
||||||
|
|||||||
Reference in New Issue
Block a user