This commit is contained in:
2023-03-09 10:20:18 +00:00
parent 7b797dfdb4
commit 2fc08a4d96
3 changed files with 10 additions and 50 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ module Dodge.Render.Shadow where
import Shader.Parameters
import Shader.ExtraPrimitive
import Graphics.Rendering.OpenGL ( ($=), bindVertexArrayObject, bindBuffer
import Graphics.Rendering.OpenGL ( ($=), bindBuffer
, BufferTarget (..), bufferSubData, TransferDirection (..)
)
import Graphics.GL.Core43