mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-03 17:38:27 +00:00
Update formatting
This commit is contained in:
parent
e13a2b75b1
commit
01a12b5c88
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user