This commit is contained in:
2023-03-07 22:42:41 +00:00
parent b68703c275
commit a32ea93e06
3 changed files with 15 additions and 118 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ module Dodge.Render.Shadow where
import Shader.Parameters
import Shader.ExtraPrimitive
import Graphics.Rendering.OpenGL (currentProgram, ($=), bindVertexArrayObject, bindBuffer
import Graphics.Rendering.OpenGL ( ($=), bindVertexArrayObject, bindBuffer
, BufferTarget (..), bufferSubData, TransferDirection (..)
)
import Graphics.GL.Core43