summaryrefslogtreecommitdiff
path: root/testdata/gfx04.lc
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-01-19 16:40:44 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-01-19 16:40:44 +0100
commita0b8a8b0793dedd2d0cb06ac70c9dc2a426f8631 (patch)
tree3a2b0cf4d0641cb211491c0450d628c1033acae4 /testdata/gfx04.lc
parentbe93cb71dc582a4b40ce3e68bbd058b0e318b688 (diff)
simplify CullMode: remove FrontFace it is always ccw
Diffstat (limited to 'testdata/gfx04.lc')
-rw-r--r--testdata/gfx04.lc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/gfx04.lc b/testdata/gfx04.lc
index a0c7cddd..c9b6a31f 100644
--- a/testdata/gfx04.lc
+++ b/testdata/gfx04.lc
@@ -8,7 +8,7 @@ render fb = let
8 polyMode' = PolygonFill 8 polyMode' = PolygonFill
9 polyMode'' = PolygonPoint (PointSize 10.0) 9 polyMode'' = PolygonPoint (PointSize 10.0)
10 cull = CullNone 10 cull = CullNone
11 cull' = CullFront CW 11 cull' = CullFront
12 rasterCtx = TriangleCtx cull polyMode' NoOffset LastVertex 12 rasterCtx = TriangleCtx cull polyMode' NoOffset LastVertex
13 fragmentCtx = (DepthOp Less False, ColorOp blend (V4 True True True True)) 13 fragmentCtx = (DepthOp Less False, ColorOp blend (V4 True True True True))
14 vertexStream = fetch "stream" Triangle ( Attribute "position" :: Vec 3 Float 14 vertexStream = fetch "stream" Triangle ( Attribute "position" :: Vec 3 Float