summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/LambdaCube/Compiler/CoreToIR.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LambdaCube/Compiler/CoreToIR.hs b/src/LambdaCube/Compiler/CoreToIR.hs
index a392b1ba..629ac861 100644
--- a/src/LambdaCube/Compiler/CoreToIR.hs
+++ b/src/LambdaCube/Compiler/CoreToIR.hs
@@ -523,7 +523,7 @@ genGLSLs backend
523 523
524 fragOutNames = case length frags of 524 fragOutNames = case length frags of
525 0 -> [] 525 0 -> []
526 1 -> [caseWO (head vertOutNames) fragColorName] 526 1 -> [fragColorName]
527 527
528 (vertIns, verts) = case vert of 528 (vertIns, verts) = case vert of
529 Just (etaReds -> Just (xs, ys)) -> (toGLSLType "3" <$> xs, eTuple ys) 529 Just (etaReds -> Just (xs, ys)) -> (toGLSLType "3" <$> xs, eTuple ys)