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

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

Graphics.GL.OES.SinglePrecision

Contents

Description

 

Synopsis

Extension Support

glGetOESSinglePrecision :: MonadIO m => m Bool Source #

Is the OES_single_precision extension supported?

gl_OES_single_precision :: Bool Source #

Is the OES_single_precision extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetOESSinglePrecision in those cases instead.

Functions

glClearDepthfOES Source #

Arguments

:: MonadIO m 
=> GLclampf

depth of type ClampedFloat32.

-> m () 

This command is an alias for glClearDepthf.

glClipPlanefOES Source #

Arguments

:: MonadIO m 
=> GLenum

plane.

-> Ptr GLfloat

equation pointing to 4 elements of type GLfloat.

-> m () 

glDepthRangefOES Source #

Arguments

:: MonadIO m 
=> GLclampf

n of type ClampedFloat32.

-> GLclampf

f of type ClampedFloat32.

-> m () 

This command is an alias for glDepthRangef.

glFrustumfOES Source #

Arguments

:: MonadIO m 
=> GLfloat

l.

-> GLfloat

r.

-> GLfloat

b.

-> GLfloat

t.

-> GLfloat

n.

-> GLfloat

f.

-> m () 

glGetClipPlanefOES Source #

Arguments

:: MonadIO m 
=> GLenum

plane.

-> Ptr GLfloat

equation pointing to 4 elements of type GLfloat.

-> m () 

glOrthofOES Source #

Arguments

:: MonadIO m 
=> GLfloat

l.

-> GLfloat

r.

-> GLfloat

b.

-> GLfloat

t.

-> GLfloat

n.

-> GLfloat

f.

-> m ()