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

Copyright(c) Sven Panne 2016
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.ATI.EnvmapBumpmap

Contents

Description

 

Synopsis

Extension Support

glGetATIEnvmapBumpmap :: MonadIO m => m Bool Source #

Is the ATI_envmap_bumpmap extension supported?

gl_ATI_envmap_bumpmap :: Bool Source #

Is the ATI_envmap_bumpmap extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetATIEnvmapBumpmap in those cases instead.

Enums

Functions

glGetTexBumpParameterfvATI Source #

Arguments

:: MonadIO m 
=> GLenum

pname of type GetTexBumpParameterATI.

-> Ptr GLfloat

param pointing to COMPSIZE(pname) elements of type GLfloat.

-> m () 

glGetTexBumpParameterivATI Source #

Arguments

:: MonadIO m 
=> GLenum

pname of type GetTexBumpParameterATI.

-> Ptr GLint

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

-> m () 

glTexBumpParameterfvATI Source #

Arguments

:: MonadIO m 
=> GLenum

pname of type TexBumpParameterATI.

-> Ptr GLfloat

param pointing to COMPSIZE(pname) elements of type GLfloat.

-> m () 

glTexBumpParameterivATI Source #

Arguments

:: MonadIO m 
=> GLenum

pname of type TexBumpParameterATI.

-> Ptr GLint

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

-> m ()