mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-25 00:04:15 +00:00
Make the Layout generated by vulkano-shaders entirely public (#787)
This commit is contained in:
parent
9227c6ba8d
commit
6c81d8081a
@ -156,7 +156,7 @@ pub fn write_descriptor_sets(doc: &parse::Spirv) -> String {
|
||||
format!(
|
||||
r#"
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Layout(ShaderStages);
|
||||
pub struct Layout(pub ShaderStages);
|
||||
|
||||
#[allow(unsafe_code)]
|
||||
unsafe impl PipelineLayoutDesc for Layout {{
|
||||
|
Loading…
Reference in New Issue
Block a user