Play with upscaling shaders

This commit is contained in:
2025-11-27 21:59:52 +00:00
parent 2a4fc97125
commit c5c494522c
6 changed files with 210 additions and 21 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ doDrawing' win pdata u = do
glUseProgram (pdata ^. barrelShader . _1)
glUniform1i 0 (fromIntegral (length rs))
--glDrawArrays GL_TRIANGLES 0 6
glDrawArrays GL_TRIANGLES 0 3
glDrawArrays GL_TRIANGLES 0 6
glBlendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
-- draw the overlay
glDepthFunc GL_ALWAYS