caramia-0.1.0.0: Caramia real-time hardware-accelerated rendering library

Safe HaskellNone
LanguageHaskell2010

Caramia.Framebuffer.Internal

Synopsis

Documentation

newtype Framebuffer_ Source

Constructors

Framebuffer_ GLuint 

data TextureTarget Source

Constructors

TextureTarget 

Fields

attacher :: GLuint -> IO ()
 
texture :: Texture
 

getDimensions :: Framebuffer -> IO (Int, Int) Source

Returns the size of a framebuffer.

This is an IO action because it can change for the screen framebuffer.