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

Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Safe HaskellNone

Graphics.Rendering.OpenGL.Raw.ARB.ShaderObjects

Contents

Description

All raw functions and tokens from the ARB_shader_objects extension, see http://www.opengl.org/registry/specs/ARB/shader_objects.txt.

Synopsis

Functions

glUniform2i :: GLint -> GLint -> GLint -> IO ()

glUniform3i :: GLint -> GLint -> GLint -> GLint -> IO ()

glUniform4i :: GLint -> GLint -> GLint -> GLint -> GLint -> IO ()

Tokens

gl_OBJECT_TYPE_ARB :: GLenum

Note: We use the ARB suffix here, because the name clashes with the ARB_sync extension.

Types