Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Oct 31, 2024
1 parent 6650df3 commit a136166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/2024-10-30/src/shader.wgsl
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
var<uniform> transform: mat4x4<f32>;

struct VertexInput {
@location(0) position: vec3<f32>
@location(0) position: vec3<f32>,
}

struct VertexOutput {
@builtin(position) position: vec4<f32>
@builtin(position) position: vec4<f32>,
}

@vertex
Expand Down

0 comments on commit a136166

Please sign in to comment.