OpenGLRaw-2.0.0.0: A raw binding for the OpenGL graphics system

Copyright(c) Sven Panne 2013
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.Rendering.OpenGL.Raw.ARB.WindowPos

Contents

Description

All raw functions from the ARB_shadow extension, see http://www.opengl.org/registry/specs/ARB/shadow.txt.

Synopsis

Functions

glWindowPos2d Source

Arguments

:: GLdouble

x of type CoordD.

-> GLdouble

y of type CoordD.

-> IO () 

Manual page for OpenGL 2.x

glWindowPos2f Source

Arguments

:: GLfloat

x of type CoordF.

-> GLfloat

y of type CoordF.

-> IO () 

Manual page for OpenGL 2.x

glWindowPos2i Source

Arguments

:: GLint

x of type CoordI.

-> GLint

y of type CoordI.

-> IO () 

Manual page for OpenGL 2.x

glWindowPos2s Source

Arguments

:: GLshort

x of type CoordS.

-> GLshort

y of type CoordS.

-> IO () 

Manual page for OpenGL 2.x

glWindowPos2dv Source

Arguments

:: Ptr GLdouble

v pointing to 2 elements of type CoordD.

-> IO () 

Manual page for OpenGL 2.x

glWindowPos2fv Source

Arguments

:: Ptr GLfloat

v pointing to 2 elements of type CoordF.

-> IO () 

Manual page for OpenGL 2.x

glWindowPos2iv Source

Arguments

:: Ptr GLint

v pointing to 2 elements of type CoordI.

-> IO () 

Manual page for OpenGL 2.x

glWindowPos2sv Source

Arguments

:: Ptr GLshort

v pointing to 2 elements of type CoordS.

-> IO () 

Manual page for OpenGL 2.x

glWindowPos3d Source

Arguments

:: GLdouble

x of type CoordD.

-> GLdouble

y of type CoordD.

-> GLdouble

z of type CoordD.

-> IO () 

Manual page for OpenGL 2.x

glWindowPos3f Source

Arguments

:: GLfloat

x of type CoordF.

-> GLfloat

y of type CoordF.

-> GLfloat

z of type CoordF.

-> IO () 

Manual page for OpenGL 2.x

glWindowPos3i Source

Arguments

:: GLint

x of type CoordI.

-> GLint

y of type CoordI.

-> GLint

z of type CoordI.

-> IO () 

Manual page for OpenGL 2.x

glWindowPos3s Source

Arguments

:: GLshort

x of type CoordS.

-> GLshort

y of type CoordS.

-> GLshort

z of type CoordS.

-> IO () 

Manual page for OpenGL 2.x

glWindowPos3dv Source

Arguments

:: Ptr GLdouble

v pointing to 3 elements of type CoordD.

-> IO () 

Manual page for OpenGL 2.x

glWindowPos3fv Source

Arguments

:: Ptr GLfloat

v pointing to 3 elements of type CoordF.

-> IO () 

Manual page for OpenGL 2.x

glWindowPos3iv Source

Arguments

:: Ptr GLint

v pointing to 3 elements of type CoordI.

-> IO () 

Manual page for OpenGL 2.x

glWindowPos3sv Source

Arguments

:: Ptr GLshort

v pointing to 3 elements of type CoordS.

-> IO () 

Manual page for OpenGL 2.x