DSA glClear

This commit is contained in:
2023-03-16 22:43:48 +00:00
parent 9e89dcebe7
commit 100fdc102d
4 changed files with 67 additions and 31 deletions
-3
View File
@@ -211,9 +211,6 @@ preloadRender = do
-- reset to default framebuffer, ready for drawing direct to screen
glBindFramebuffer GL_FRAMEBUFFER 0
-- set the clearColor to have 1 alpha
glClearColor 0 0 0 1
shadV <- MV.new 6
zipWithM_
(MV.write shadV)