SFML-2.3.2.2: SFML bindings

Safe HaskellSafe-Inferred
LanguageHaskell98

SFML.Graphics.SFSmoothTexture

Documentation

class SFSmoothTexture a where

Methods

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

Enable or disable the smooth filter on a texture.

isSmooth :: a -> IO Bool

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