Skip to content

Commit fbbe2f7

Browse files
oisyneddyb
authored andcommitted
Formatting
1 parent 54587b1 commit fbbe2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/image/format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use spirv_std::{arch, Image};
55

66
#[spirv(fragment)]
77
pub fn main(
8-
#[spirv(descriptor_set = 0, binding = 0)] image: &Image!(2D, format=rgba32f, sampled),
8+
#[spirv(descriptor_set = 0, binding = 0)] image: &Image!(2D, format = rgba32f, sampled),
99
output: &mut glam::Vec4,
1010
) {
1111
let texel = image.fetch(glam::IVec2::new(0, 1));

0 commit comments

Comments
 (0)