Cleanup
This commit is contained in:
+8
-3
@@ -47,8 +47,8 @@ doDrawing pdata u = do
|
|||||||
-- bind as much data into vbos as feasible at this point
|
-- bind as much data into vbos as feasible at this point
|
||||||
-- count mutable vectors setup
|
-- count mutable vectors setup
|
||||||
layerCounts <- UMV.replicate (numLayers*6) 0
|
layerCounts <- UMV.replicate (numLayers*6) 0
|
||||||
shapeCounts <- UMV.replicate 3 (0 :: Int)
|
shapeCounts <- UMV.replicate 3 0
|
||||||
wlwiflCounts <- UMV.replicate 3 (0 :: Int)
|
wlwiflCounts <- UMV.replicate 3 0
|
||||||
-- attempt to poke in parallel
|
-- attempt to poke in parallel
|
||||||
let (ws,wp) = worldSPic cfig w
|
let (ws,wp) = worldSPic cfig w
|
||||||
MP.bindM3 (\ _ _ _ -> return ())
|
MP.bindM3 (\ _ _ _ -> return ())
|
||||||
@@ -131,7 +131,12 @@ doDrawing pdata u = do
|
|||||||
drawShader (_textureArrayShader pdata) nFls
|
drawShader (_textureArrayShader pdata) nFls
|
||||||
--draw lightmap into its own buffer
|
--draw lightmap into its own buffer
|
||||||
bindFramebuffer Framebuffer $= fst (_fboLighting pdata)
|
bindFramebuffer Framebuffer $= fst (_fboLighting pdata)
|
||||||
createLightMap pdata lightPoints nWalls nSilIndices nIndices
|
createLightMap
|
||||||
|
pdata
|
||||||
|
lightPoints
|
||||||
|
nWalls
|
||||||
|
nSilIndices
|
||||||
|
nIndices
|
||||||
(_graphics_object_shadows $ _config u)
|
(_graphics_object_shadows $ _config u)
|
||||||
(snd $ snd $ _fboBase pdata)
|
(snd $ snd $ _fboBase pdata)
|
||||||
colorMask $= Color4 Enabled Enabled Enabled Enabled
|
colorMask $= Color4 Enabled Enabled Enabled Enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user