First steps to fixing canvas

This commit is contained in:
2024-04-13 18:24:05 +02:00
parent 4a98354069
commit 5cb87a3a81
2 changed files with 6 additions and 4 deletions

View File

@@ -28,6 +28,5 @@ fn fragment(input: VertexOutput) -> @location(0) vec4<f32> {
}
output_color += lighting;
return output_color;
}