sdl2-compositor-1.2.0.1: image compositing with sdl2 - declarative style

Safe HaskellNone
LanguageHaskell2010

SDL.Data.Texture

Synopsis

Documentation

class Renderable rend tex where Source

This class modells that something can be rendered to another thing.

Methods

copyEx Source

Arguments

:: rend

rendering context

-> tex

texture

-> Maybe (Rectangle Int)

source rectangle

-> Maybe (Rectangle Int)

destination rectangle

-> Double

rotation

-> Maybe (Point V2 Int)

rotation center

-> V2 Bool

flipping

-> IO ()