From b6c039b49d3d6e22ba62602e92c16f4425bdbff6 Mon Sep 17 00:00:00 2001 From: Péter Diviánszky Date: Mon, 29 Feb 2016 14:52:16 +0100 Subject: remove hacks --- testdata/fragment01.lc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testdata/fragment01.lc') diff --git a/testdata/fragment01.lc b/testdata/fragment01.lc index c285242e..3ebdca52 100644 --- a/testdata/fragment01.lc +++ b/testdata/fragment01.lc @@ -6,7 +6,7 @@ colorFragmentCtx = accumulationContext ((ColorOp NoBlending (V4 True True True T rasterizeWith = rasterizePrimitives triangles = triangleRasterCtx -quadVertexStream = fetch "quad" (Attribute "position" :: ((Vec 4 Float))) +quadVertexStream = fetch "quad" ((Attribute "position" :: Vec 4 Float)) transform s f = mapPrimitives (\((v)) -> ((f v))) s -- cgit v1.2.3