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.EXT.FogCoord

Contents

Description

All raw functions and tokens from the EXT_fog_coord extension, see http://www.opengl.org/registry/specs/EXT/fog_coord.txt.

Synopsis

Functions

glFogCoordf Source

Arguments

:: GLfloat

coord of type CoordF.

-> IO () 

Manual page for OpenGL 2.x

glFogCoordd Source

Arguments

:: GLdouble

coord of type CoordD.

-> IO () 

Manual page for OpenGL 2.x

glFogCoordfv Source

Arguments

:: Ptr GLfloat

coord pointing to 1 elements of type CoordF.

-> IO () 

Manual page for OpenGL 2.x

glFogCoorddv Source

Arguments

:: Ptr GLdouble

coord pointing to 1 elements of type CoordD.

-> IO () 

Manual page for OpenGL 2.x

glFogCoordPointer Source

Arguments

:: GLenum

type of type FogPointerTypeEXT.

-> GLsizei

stride.

-> Ptr a

pointer pointing to COMPSIZE(type,stride) elements of type a.

-> IO () 

Manual page for OpenGL 2.x

Tokens