OpenGLRaw-3.3.4.0: A raw binding for the OpenGL graphics system
Copyright(c) Sven Panne 2019
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.EXT.LightTexture

Description

 
Synopsis

Extension Support

glGetEXTLightTexture :: MonadIO m => m Bool #

Is the EXT_light_texture extension supported?

gl_EXT_light_texture :: Bool #

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 #

Arguments

:: MonadIO m 
=> GLenum

mode of type LightTextureModeEXT.

-> m () 

glTextureLightEXT #

Arguments

:: MonadIO m 
=> GLenum

pname of type LightTexturePNameEXT.

-> m () 

glTextureMaterialEXT #

Arguments

:: MonadIO m 
=> GLenum

face of type MaterialFace.

-> GLenum

mode of type MaterialParameter.

-> m ()