Refactor shader types

This commit is contained in:
2023-03-22 14:08:07 +00:00
parent c0579fae00
commit 5769477ad4
20 changed files with 303 additions and 330 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module Framebuffer.Check where
import Data.Preload.Render
import Shader.Data
import Graphics.GL.Core45
checkFBO :: FBO -> IO ()
+1 -1
View File
@@ -7,9 +7,9 @@ module Framebuffer.Setup (
setupShadowFramebuffer,
) where
import Shader.Data
import Framebuffer.Check
import Unsafe.Coerce
import Data.Preload.Render
import GLHelp
import Graphics.GL.Core45
+1
View File
@@ -7,6 +7,7 @@ module Framebuffer.Update (
sizeFBOs,
) where
import Shader.Data
import Framebuffer.Check
import Control.Lens
import Control.Monad