'fix' shader error for AMD cards

This commit is contained in:
nek0 2021-01-03 10:14:36 +01:00
parent 3797869d14
commit a6977e81aa
1 changed files with 1 additions and 1 deletions

View File

@ -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