OpenGL-2.2.1.1: A binding for the OpenGL graphics system

Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de

Graphics.Rendering.OpenGL.GL.RasterPos

Description

This module corresponds to section 2.13 (Current Raster Position) of the OpenGL 2.1 specs.

Documentation

class RasterPos a where

Methods

rasterPos :: a -> IO ()

rasterPosv :: Ptr a -> IO ()

class WindowPos a where

Methods

windowPos :: a -> IO ()

windowPosv :: Ptr a -> IO ()