summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-02-22 17:43:38 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-02-22 17:43:47 +0100
commitcd945c1d9cfde19a2f721a57a8dba872084d04df (patch)
tree9f18687e0c58d627bd1cc6a8e0e675b71e39c5c3 /testdata
parent18e9cfe21bb9e69d008e1bdf16224975c4dc48fb (diff)
fix Graphics.lc
Diffstat (limited to 'testdata')
-rw-r--r--testdata/Graphics.lc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/Graphics.lc b/testdata/Graphics.lc
index f016f55a..14532d53 100644
--- a/testdata/Graphics.lc
+++ b/testdata/Graphics.lc
@@ -267,7 +267,7 @@ mkFilterFunction sa = case saAlphaFunc sa of
267maybe a b Nothing = a 267maybe a b Nothing = a
268maybe a b (Just x) = b x 268maybe a b (Just x) = b x
269 269
270type FB = FrameBuffer 1 '[Depth 'Float,Color '(Vec 4 Float)] 270type FB = FrameBuffer 1 '[ 'Depth Float, 'Color (Vec 4 Float)]
271 271
272mkStage :: String -> CommonAttrs -> FB -> StageAttrs -> FB 272mkStage :: String -> CommonAttrs -> FB -> StageAttrs -> FB
273mkStage name ca prevFB sa = Accumulate aCtx (mapFragments fSh (maybe id filterFragments fFun (rasterizePrimitives rCtx (Smooth, Smooth) (mapPrimitives vSh input)))) prevFB 273mkStage name ca prevFB sa = Accumulate aCtx (mapFragments fSh (maybe id filterFragments fFun (rasterizePrimitives rCtx (Smooth, Smooth) (mapPrimitives vSh input)))) prevFB