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 ()