Update formatting

This commit is contained in:
Hanno Braun 2024-11-22 18:12:34 +01:00
parent e13a2b75b1
commit 01a12b5c88
2 changed files with 2 additions and 2 deletions

View File

@ -29,4 +29,4 @@ fn vertex(in: VertexInput) -> VertexOutput {
fn fragment(in: VertexOutput) -> @location(0) vec4<f32> {
var color = vec4(in.normal, 1.0);
return color;
}
}

View File

@ -26,4 +26,4 @@ fn vertex(in: VertexInput) -> VertexOutput {
fn fragment(in: VertexOutput) -> @location(0) vec4<f32> {
var color = vec4(0.5, 0.5, 0.5, 1.0);
return color;
}
}