Contents
Index
Graphics.Plot.Render
Description
Functions to render the Picture data type via OpenGL.
Synopsis
renderPicture
:: IORef
DisplayState
->
Picture
-> IO ()
vertexFF
:: GLfloat -> GLfloat -> IO ()
vertexPF
:: (GLfloat, GLfloat) -> IO ()
Documentation
renderPicture
:: IORef
DisplayState
The current state.
->
Picture
The picture to render.
-> IO ()
Render a picture using the current display state.
vertexFF
:: GLfloat -> GLfloat -> IO ()
vertexPF
:: (GLfloat, GLfloat) -> IO ()
Produced by
Haddock
version 0.7