SFML-2.3.2.2: SFML bindings
SFML.Graphics.SFSmoothTexture
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.
Instances