OpenGLRaw-2.3.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.ARB.ES2Compatibility

Contents

Description

The ARB_ES2_compatibility extension.

Synopsis

Enums

Functions

glClearDepthf Source

Arguments

:: GLfloat

d.

-> IO () 

Manual page for OpenGL 4.x

glDepthRangef Source

Arguments

:: GLfloat

n.

-> GLfloat

f.

-> IO () 

Manual page for OpenGL 4.x

glGetShaderPrecisionFormat Source

Arguments

:: GLenum

shadertype.

-> GLenum

precisiontype.

-> Ptr GLint

range pointing to 2 elements of type GLint.

-> Ptr GLint

precision pointing to 2 elements of type GLint.

-> IO () 

Manual page for OpenGL 4.x

glShaderBinary Source

Arguments

:: GLsizei

count.

-> Ptr GLuint

shaders pointing to count elements of type GLuint.

-> GLenum

binaryformat.

-> Ptr a

binary pointing to length elements of type a.

-> GLsizei

length.

-> IO () 

Manual page for OpenGL 4.x