OpenGLRaw-2.1.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.Multitexture

Contents

Description

The ARB_multitexture extension.

Synopsis

Enums

Functions

glActiveTextureARB Source

Arguments

:: GLenum

texture of type TextureUnit.

-> IO () 

glClientActiveTextureARB Source

Arguments

:: GLenum

texture of type TextureUnit.

-> IO () 

glMultiTexCoord1dARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> GLdouble

s of type CoordD.

-> IO () 

glMultiTexCoord1dvARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> Ptr GLdouble

v pointing to 1 elements of type CoordD.

-> IO () 

glMultiTexCoord1fARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> GLfloat

s of type CoordF.

-> IO () 

glMultiTexCoord1fvARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> Ptr GLfloat

v pointing to 1 elements of type CoordF.

-> IO () 

glMultiTexCoord1iARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> GLint

s of type CoordI.

-> IO () 

glMultiTexCoord1ivARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> Ptr GLint

v pointing to 1 elements of type CoordI.

-> IO () 

glMultiTexCoord1sARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> GLshort

s of type CoordS.

-> IO () 

glMultiTexCoord1svARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> Ptr GLshort

v pointing to 1 elements of type CoordS.

-> IO () 

glMultiTexCoord2dARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> GLdouble

s of type CoordD.

-> GLdouble

t of type CoordD.

-> IO () 

glMultiTexCoord2dvARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> Ptr GLdouble

v pointing to 2 elements of type CoordD.

-> IO () 

glMultiTexCoord2fARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> GLfloat

s of type CoordF.

-> GLfloat

t of type CoordF.

-> IO () 

glMultiTexCoord2fvARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> Ptr GLfloat

v pointing to 2 elements of type CoordF.

-> IO () 

glMultiTexCoord2iARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> GLint

s of type CoordI.

-> GLint

t of type CoordI.

-> IO () 

glMultiTexCoord2ivARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> Ptr GLint

v pointing to 2 elements of type CoordI.

-> IO () 

glMultiTexCoord2sARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> GLshort

s of type CoordS.

-> GLshort

t of type CoordS.

-> IO () 

glMultiTexCoord2svARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> Ptr GLshort

v pointing to 2 elements of type CoordS.

-> IO () 

glMultiTexCoord3dARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> GLdouble

s of type CoordD.

-> GLdouble

t of type CoordD.

-> GLdouble

r of type CoordD.

-> IO () 

glMultiTexCoord3dvARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> Ptr GLdouble

v pointing to 3 elements of type CoordD.

-> IO () 

glMultiTexCoord3fARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> GLfloat

s of type CoordF.

-> GLfloat

t of type CoordF.

-> GLfloat

r of type CoordF.

-> IO () 

glMultiTexCoord3fvARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> Ptr GLfloat

v pointing to 3 elements of type CoordF.

-> IO () 

glMultiTexCoord3iARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> GLint

s of type CoordI.

-> GLint

t of type CoordI.

-> GLint

r of type CoordI.

-> IO () 

glMultiTexCoord3ivARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> Ptr GLint

v pointing to 3 elements of type CoordI.

-> IO () 

glMultiTexCoord3sARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> GLshort

s of type CoordS.

-> GLshort

t of type CoordS.

-> GLshort

r of type CoordS.

-> IO () 

glMultiTexCoord3svARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> Ptr GLshort

v pointing to 3 elements of type CoordS.

-> IO () 

glMultiTexCoord4dARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> GLdouble

s of type CoordD.

-> GLdouble

t of type CoordD.

-> GLdouble

r of type CoordD.

-> GLdouble

q of type CoordD.

-> IO () 

glMultiTexCoord4dvARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> Ptr GLdouble

v pointing to 4 elements of type CoordD.

-> IO () 

glMultiTexCoord4fARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> GLfloat

s of type CoordF.

-> GLfloat

t of type CoordF.

-> GLfloat

r of type CoordF.

-> GLfloat

q of type CoordF.

-> IO () 

glMultiTexCoord4fvARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> Ptr GLfloat

v pointing to 4 elements of type CoordF.

-> IO () 

glMultiTexCoord4iARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> GLint

s of type CoordI.

-> GLint

t of type CoordI.

-> GLint

r of type CoordI.

-> GLint

q of type CoordI.

-> IO () 

glMultiTexCoord4ivARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> Ptr GLint

v pointing to 4 elements of type CoordI.

-> IO () 

glMultiTexCoord4sARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> GLshort

s of type CoordS.

-> GLshort

t of type CoordS.

-> GLshort

r of type CoordS.

-> GLshort

q of type CoordS.

-> IO () 

glMultiTexCoord4svARB Source

Arguments

:: GLenum

target of type TextureUnit.

-> Ptr GLshort

v pointing to 4 elements of type CoordS.

-> IO ()