Skip to content

Commit

Permalink
Update the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Jan 9, 2024
1 parent 410eebd commit b2e47e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/in/test.kong
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ fun pixel(input: FragmentIn): float4 {

#[pipe]
struct Pipe {
vertex_shader = pos;
fragment_shader = pixel;
vertex = pos;
fragment = pixel;
}

// https://shader-playground.timjones.io/9daab221a76e1fe6fe3fbad510c436c1

0 comments on commit b2e47e1

Please sign in to comment.