summaryrefslogtreecommitdiff
path: root/testdata/accumulate01.reject.lc
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/accumulate01.reject.lc')
-rw-r--r--testdata/accumulate01.reject.lc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/accumulate01.reject.lc b/testdata/accumulate01.reject.lc
index 5d0351cd..cacdc921 100644
--- a/testdata/accumulate01.reject.lc
+++ b/testdata/accumulate01.reject.lc
@@ -4,7 +4,7 @@ main = let
4 colorOp = ColorOp NoBlending (V4 True True True True) 4 colorOp = ColorOp NoBlending (V4 True True True True)
5 fragmentCtx = ((colorOp)) 5 fragmentCtx = ((colorOp))
6 vertexShader ((v)) = (v%xyz, v) 6 vertexShader ((v)) = (v%xyz, v)
7 vertexStream = fetch "stream" Triangle (Attribute "position" :: ((Vec 4 Float))) 7 vertexStream = fetch "stream" (Attribute "position" :: ((Vec 4 Float)))
8 primitiveStream = mapPrimitives vertexShader vertexStream 8 primitiveStream = mapPrimitives vertexShader vertexStream
9 fragmentStream = rasterizePrimitives rasterCtx ((Smooth)) primitiveStream 9 fragmentStream = rasterizePrimitives rasterCtx ((Smooth)) primitiveStream
10 fragmentShader = \((v)) -> (V4 1.0 0.0 0.0 1.0) 10 fragmentShader = \((v)) -> (V4 1.0 0.0 0.0 1.0)