Generated structs public again (oops)

This commit is contained in:
Pierre Krieger 2016-02-06 12:16:06 +01:00
parent 5b3c5e58c6
commit df322b8ce6

View File

@ -25,7 +25,7 @@ pub fn reflect<R>(name: &str, mut spirv: R) -> Result<String, Error>
// writing the header
output.push_str(&format!(r#"
struct {name} {{
pub struct {name} {{
shader: ::std::sync::Arc<::vulkano::shader::ShaderModule>,
}}