SFML-0.2.0.0: SFML bindings

Safe HaskellSafe-Inferred
LanguageHaskell98

SFML.Graphics.SFSmoothTexture

Documentation

class SFSmoothTexture a where Source

Methods

setSmooth :: a -> Bool -> IO () Source

Enable or disable the smooth filter on a texture.

isSmooth :: a -> IO Bool Source

Tell whether the smooth filter is enabled or not for a texture.