From b2e47e1b2808044fae70807a72a719db8da52dab Mon Sep 17 00:00:00 2001 From: Robert Konrad Date: Tue, 9 Jan 2024 18:16:39 +0100 Subject: [PATCH] Update the tests --- tests/in/test.kong | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/in/test.kong b/tests/in/test.kong index a2478a5..9b0aded 100644 --- a/tests/in/test.kong +++ b/tests/in/test.kong @@ -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