Tweak debug/fixed render, depthfunc always
This commit is contained in:
+2
-2
@@ -411,8 +411,8 @@ doDrawing' win pdata u = do
|
||||
glDrawArrays GL_TRIANGLES 0 6
|
||||
glBlendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
-- draw the overlay
|
||||
glDepthFunc GL_LEQUAL
|
||||
--glDepthFunc GL_ALWAYS
|
||||
--glDepthFunc GL_LEQUAL
|
||||
glDepthFunc GL_ALWAYS
|
||||
glDepthMask GL_FALSE
|
||||
glEnable GL_BLEND
|
||||
--glBlendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
|
||||
Reference in New Issue
Block a user