Skip to content

Commit

Permalink
fix shader
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaopengli89 committed Oct 30, 2023
1 parent cb751a4 commit 3d6ad0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/nv12_texture/nv12_texture.wgsl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
struct VertexOutput {
@builtin(position) pos: vec4<f32>,
uv: vec2<f32>,
@location(0) uv: vec2<f32>,
}

@vertex
Expand Down

0 comments on commit 3d6ad0a

Please sign in to comment.