Idris2Doc : IdrisGL.SDL.SDL_surface

IdrisGL.SDL.SDL_surface

(source)

Definitions

blitSur : HasIOio=>Sur->Sur->io ()
  Use this function to perform a fast surface copy to a destination surface.

Visibility: export
scaledSur : HasIOio=>Sur->Sur->Rect->io ()
  Use this function to perform a scaled surface copy to a destination surface.

Visibility: export
freeSur : HasIOio=>Sur->io ()
  Release resource of a surface.

Visibility: export