Work on geometry shader based shadows

This commit is contained in:
2023-03-11 22:59:19 +00:00
parent 5724a0543e
commit 7ee3f6581d
18 changed files with 235 additions and 144 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ data Input = Input
, _rSelect :: Point2
, _clickMousePos :: Point2
, _textInput :: String
, _scrollTestValue :: Float
, _scrollTestFloat :: Float
, _scrollTestInt :: Int
}
makeLenses ''Input