graphicsFormats-0.1: Classes for renderable objects.

Graphics.Formats

Documentation

class Renderable a whereSource

Methods

render :: a -> IO ()Source

Perform the relevant OpenGL calls to render your object. This function should leave the graphics state identical.