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.SeparateShaderObjects

Contents

Description

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

Synopsis

Functions

glUseProgramStages Source

Arguments

:: GLuint

pipeline.

-> GLbitfield

stages.

-> GLuint

program.

-> IO () 

Manual page for OpenGL 4.x

glActiveShaderProgram Source

Arguments

:: GLuint

pipeline.

-> GLuint

program.

-> IO () 

Manual page for OpenGL 4.x

glCreateShaderProgramv Source

Arguments

:: GLenum

type.

-> GLsizei

count.

-> Ptr (Ptr GLchar)

strings pointing to count elements of type Ptr GLchar.

-> IO GLuint 

Manual page for OpenGL 4.x

glBindProgramPipeline Source

Arguments

:: GLuint

pipeline.

-> IO () 

Manual page for OpenGL 4.x

glDeleteProgramPipelines Source

Arguments

:: GLsizei

n.

-> Ptr GLuint

pipelines pointing to n elements of type GLuint.

-> IO () 

Manual page for OpenGL 4.x

glGenProgramPipelines Source

Arguments

:: GLsizei

n.

-> Ptr GLuint

pipelines pointing to n elements of type GLuint.

-> IO () 

Manual page for OpenGL 4.x

glIsProgramPipeline Source

Arguments

:: GLuint

pipeline.

-> IO GLboolean

of type Boolean.

Manual page for OpenGL 4.x

glGetProgramPipelineiv Source

Arguments

:: GLuint

pipeline.

-> GLenum

pname.

-> Ptr GLint

params pointing to COMPSIZE(pname) elements of type GLint.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform1i Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLint

v0.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform1iv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLint

value pointing to 1 elements of type GLint.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform1f Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLfloat

v0.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform1fv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLfloat

value pointing to 1 elements of type GLfloat.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform1d Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLdouble

v0.

-> IO () 

glProgramUniform1dv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLdouble

value pointing to 1 elements of type GLdouble.

-> IO () 

glProgramUniform1ui Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLuint

v0.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform1uiv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLuint

value pointing to 1 elements of type GLuint.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform2i Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLint

v0.

-> GLint

v1.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform2iv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLint

value pointing to 2 elements of type GLint.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform2f Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLfloat

v0.

-> GLfloat

v1.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform2fv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLfloat

value pointing to 2 elements of type GLfloat.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform2d Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLdouble

v0.

-> GLdouble

v1.

-> IO () 

glProgramUniform2dv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLdouble

value pointing to 2 elements of type GLdouble.

-> IO () 

glProgramUniform2ui Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLuint

v0.

-> GLuint

v1.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform2uiv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLuint

value pointing to 2 elements of type GLuint.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform3i Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLint

v0.

-> GLint

v1.

-> GLint

v2.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform3iv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLint

value pointing to 3 elements of type GLint.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform3f Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLfloat

v0.

-> GLfloat

v1.

-> GLfloat

v2.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform3fv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLfloat

value pointing to 3 elements of type GLfloat.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform3d Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLdouble

v0.

-> GLdouble

v1.

-> GLdouble

v2.

-> IO () 

glProgramUniform3dv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLdouble

value pointing to 3 elements of type GLdouble.

-> IO () 

glProgramUniform3ui Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLuint

v0.

-> GLuint

v1.

-> GLuint

v2.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform3uiv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLuint

value pointing to 3 elements of type GLuint.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform4i Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLint

v0.

-> GLint

v1.

-> GLint

v2.

-> GLint

v3.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform4iv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLint

value pointing to 4 elements of type GLint.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform4f Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLfloat

v0.

-> GLfloat

v1.

-> GLfloat

v2.

-> GLfloat

v3.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform4fv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLfloat

value pointing to 4 elements of type GLfloat.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform4d Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLdouble

v0.

-> GLdouble

v1.

-> GLdouble

v2.

-> GLdouble

v3.

-> IO () 

glProgramUniform4dv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLdouble

value pointing to 4 elements of type GLdouble.

-> IO () 

glProgramUniform4ui Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLuint

v0.

-> GLuint

v1.

-> GLuint

v2.

-> GLuint

v3.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniform4uiv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> Ptr GLuint

value pointing to 4 elements of type GLuint.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniformMatrix2fv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLfloat

value pointing to 2 elements of type GLfloat.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniformMatrix3fv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLfloat

value pointing to 3 elements of type GLfloat.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniformMatrix4fv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLfloat

value pointing to 4 elements of type GLfloat.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniformMatrix2dv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLdouble

value pointing to 2 elements of type GLdouble.

-> IO () 

glProgramUniformMatrix3dv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLdouble

value pointing to 3 elements of type GLdouble.

-> IO () 

glProgramUniformMatrix4dv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLdouble

value pointing to 4 elements of type GLdouble.

-> IO () 

glProgramUniformMatrix2x3fv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLfloat

value pointing to count elements of type GLfloat.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniformMatrix3x2fv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLfloat

value pointing to count elements of type GLfloat.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniformMatrix2x4fv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLfloat

value pointing to count elements of type GLfloat.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniformMatrix4x2fv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLfloat

value pointing to count elements of type GLfloat.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniformMatrix3x4fv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLfloat

value pointing to count elements of type GLfloat.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniformMatrix4x3fv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLfloat

value pointing to count elements of type GLfloat.

-> IO () 

Manual page for OpenGL 4.x

glProgramUniformMatrix2x3dv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLdouble

value pointing to count elements of type GLdouble.

-> IO () 

glProgramUniformMatrix3x2dv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLdouble

value pointing to count elements of type GLdouble.

-> IO () 

glProgramUniformMatrix2x4dv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLdouble

value pointing to count elements of type GLdouble.

-> IO () 

glProgramUniformMatrix4x2dv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLdouble

value pointing to count elements of type GLdouble.

-> IO () 

glProgramUniformMatrix3x4dv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLdouble

value pointing to count elements of type GLdouble.

-> IO () 

glProgramUniformMatrix4x3dv Source

Arguments

:: GLuint

program.

-> GLint

location.

-> GLsizei

count.

-> GLboolean

transpose of type Boolean.

-> Ptr GLdouble

value pointing to count elements of type GLdouble.

-> IO () 

glValidateProgramPipeline Source

Arguments

:: GLuint

pipeline.

-> IO () 

Manual page for OpenGL 4.x

glGetProgramPipelineInfoLog Source

Arguments

:: GLuint

pipeline.

-> GLsizei

bufSize.

-> Ptr GLsizei

length pointing to 1 elements of type GLsizei.

-> Ptr GLchar

infoLog pointing to bufSize elements of type GLchar.

-> IO () 

Manual page for OpenGL 4.x

Tokens