Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
SFML.Graphics.SFBindable
Documentation
class SFBindable a where
Methods
Bind the resource for rendering (activate it).
This function is not part of the graphics API, it mustn't be used when drawing SFML entities. It must be used only if you mix sfShader with OpenGL code.
Instances