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

Contents

Description

The EXT_fog_coord extension.

Synopsis

Enums

Functions

glFogCoordPointerEXT Source

Arguments

:: GLenum

type of type FogPointerTypeEXT.

-> GLsizei

stride.

-> Ptr a

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

-> IO () 

glFogCoorddEXT Source

Arguments

:: GLdouble

coord of type CoordD.

-> IO () 

glFogCoorddvEXT Source

Arguments

:: Ptr GLdouble

coord pointing to 1 elements of type CoordD.

-> IO () 

glFogCoordfEXT Source

Arguments

:: GLfloat

coord of type CoordF.

-> IO () 

glFogCoordfvEXT Source

Arguments

:: Ptr GLfloat

coord pointing to 1 elements of type CoordF.

-> IO ()