You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{-# LANGUAGE OverloadedStrings #-}
import SDL
main = do
initializeAll
window <- createWindow "My SDL Application" defaultWindow
renderer <- createRenderer window (-1) defaultRenderer
getRendererInfo renderer >>= print
I get
slice-and-smear: fromNumber: not numbered
CallStack (from HasCallStack):
error, called at src/SDL/Video/Renderer.hs:982:10 in sdl2-2.5.3.0-KG3jVxVtPtcCq0jKIEZgK:SDL.Video.Renderer
This is sdl2-2.5.3.0 on NixOS on Linux, using X11.
The text was updated successfully, but these errors were encountered:
Writing
I get
This is
sdl2-2.5.3.0
on NixOS on Linux, using X11.The text was updated successfully, but these errors were encountered: