summaryrefslogtreecommitdiff
path: root/testdata/fragment04ifthenelse.lc
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-02-22 15:15:23 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-02-22 15:15:44 +0100
commit23b42e612a6a7864428674b3c9d63ed86fc07435 (patch)
tree79bea78eba5d508ef9d4072c9721a4c09f87a000 /testdata/fragment04ifthenelse.lc
parent94dead004d04bd80db17429859454981513be814 (diff)
rename: fetch_ --> fetch; fetchArrays_ --> fetchArrays
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 ce23aa1e..55d47c98 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" Triangle (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