'fix' shader error for AMD cards
This commit is contained in:
parent
3797869d14
commit
a6977e81aa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue