mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-25 08:14:20 +00:00
Generated structs are now private
This commit is contained in:
parent
1ae8fea0e0
commit
5b3c5e58c6
@ -25,7 +25,7 @@ pub fn reflect<R>(name: &str, mut spirv: R) -> Result<String, Error>
|
|||||||
|
|
||||||
// writing the header
|
// writing the header
|
||||||
output.push_str(&format!(r#"
|
output.push_str(&format!(r#"
|
||||||
pub struct {name} {{
|
struct {name} {{
|
||||||
shader: ::std::sync::Arc<::vulkano::shader::ShaderModule>,
|
shader: ::std::sync::Arc<::vulkano::shader::ShaderModule>,
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user