OpenGLRaw-3.2.5.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.EXT.LightTexture

Contents

Description

 

Synopsis

Extension Support

glGetEXTLightTexture :: MonadIO m => m Bool Source #

Is the EXT_light_texture extension supported?

gl_EXT_light_texture :: Bool Source #

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

Enums

Functions

glApplyTextureEXT Source #

Arguments

:: MonadIO m 
=> GLenum

mode of type LightTextureModeEXT.

-> m () 

glTextureLightEXT Source #

Arguments

:: MonadIO m 
=> GLenum

pname of type LightTexturePNameEXT.

-> m () 

glTextureMaterialEXT Source #

Arguments

:: MonadIO m 
=> GLenum

face of type MaterialFace.

-> GLenum

mode of type MaterialParameter.

-> m ()