Skip to content

Commit

Permalink
Remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
hepp authored and austinEng committed Feb 7, 2023
1 parent bc48d03 commit 069baa8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sample/computeBoids/sprite.wgsl
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ fn vert_main(
return output;
}

struct FragmentInput {
@location(4) color : vec3<f32>,
}

@fragment
fn frag_main(@location(4) color : vec4<f32>) -> @location(0) vec4<f32> {
return color;
Expand Down

0 comments on commit 069baa8

Please sign in to comment.