From a6977e81aabb7d461d96f5ee1f1c861695571f5b Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 3 Jan 2021 10:14:36 +0100 Subject: [PATCH] 'fix' shader error for AMD cards --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.hs b/src/Main.hs index 343bd32..9a89720 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -47,7 +47,7 @@ main = do { SDL.windowInitialSize = V2 800 600 , SDL.windowResizable = True , SDL.windowGraphicsContext = SDL.OpenGLContext SDL.defaultOpenGL - { SDL.glProfile = SDL.Core SDL.Normal 3 3 + { SDL.glProfile = SDL.Core SDL.Normal 4 0 } } , SDL.Windowed