Skip to content

Commit a2fe52b

Browse files
Sylvester Hespeddyb
authored andcommitted
Update docs/src/writing-shader-crates.md
Co-authored-by: Eduard-Mihai Burtescu <[email protected]>
1 parent 9199a89 commit a2fe52b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/writing-shader-crates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ use spirv_builder::{MetadataPrintout, SpirvBuilder};
5454

5555
fn main() {
5656
SpirvBuilder::new(shader_crate, target)
57-
.print_metadata(MetadataPrintout::Full)
58-
.build()
59-
.unwrap();
57+
.print_metadata(MetadataPrintout::Full)
58+
.build()
59+
.unwrap();
6060
}
6161
```
6262

0 commit comments

Comments
 (0)