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

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

Graphics.Rendering.OpenGL.Raw.OES.SinglePrecision

Contents

Description

The OES_single_precision extension.

Synopsis

Functions

glClearDepthfOES Source

Arguments

:: GLclampf

depth of type ClampedFloat32.

-> IO () 

glClipPlanefOES Source

Arguments

:: GLenum

plane.

-> Ptr GLfloat

equation pointing to 4 elements of type GLfloat.

-> IO () 

glDepthRangefOES Source

Arguments

:: GLclampf

n of type ClampedFloat32.

-> GLclampf

f of type ClampedFloat32.

-> IO () 

glFrustumfOES Source

Arguments

:: GLfloat

l.

-> GLfloat

r.

-> GLfloat

b.

-> GLfloat

t.

-> GLfloat

n.

-> GLfloat

f.

-> IO () 

glGetClipPlanefOES Source

Arguments

:: GLenum

plane.

-> Ptr GLfloat

equation pointing to 4 elements of type GLfloat.

-> IO () 

glOrthofOES Source

Arguments

:: GLfloat

l.

-> GLfloat

r.

-> GLfloat

b.

-> GLfloat

t.

-> GLfloat

n.

-> GLfloat

f.

-> IO ()