summaryrefslogtreecommitdiff
path: root/testdata/fragment04ifthenelse.lc
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-02-29 14:52:16 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-02-29 14:52:16 +0100
commitb6c039b49d3d6e22ba62602e92c16f4425bdbff6 (patch)
tree66290cff444a6d3fd078916aa2350cdf5bf9c686 /testdata/fragment04ifthenelse.lc
parent3301664eed29fa77916f9d61878ee358f5f23d09 (diff)
remove hacks
Diffstat (limited to 'testdata/fragment04ifthenelse.lc')
-rw-r--r--testdata/fragment04ifthenelse.lc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/fragment04ifthenelse.lc b/testdata/fragment04ifthenelse.lc
index 55d47c98..69cd9ee3 100644
--- a/testdata/fragment04ifthenelse.lc
+++ b/testdata/fragment04ifthenelse.lc
@@ -7,7 +7,7 @@ colorFragmentCtx = accumulationContext ((ColorOp NoBlending (V4 True True True T
7rasterizeWith = rasterizePrimitives 7rasterizeWith = rasterizePrimitives
8triangles = triangleRasterCtx 8triangles = triangleRasterCtx
9 9
10quadVertexStream = fetch "quad" (Attribute "position" :: ((Vec 4 Float))) 10quadVertexStream = fetch "quad" ((Attribute "position" :: Vec 4 Float))
11 11
12transform s f = mapPrimitives (\((v)) -> (f v, v)) s 12transform s f = mapPrimitives (\((v)) -> (f v, v)) s
13 13