OpenGLRaw-2.6.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.SUN.GlobalAlpha

Contents

Description

 

Synopsis

Extension Support

glGetSUNGlobalAlpha :: MonadIO m => m Bool

Is the SUN_global_alpha extension supported?

gl_SUN_global_alpha :: Bool

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

Enums

Functions

glGlobalAlphaFactorbSUN

Arguments

:: MonadIO m 
=> GLbyte

factor.

-> m () 

glGlobalAlphaFactordSUN

Arguments

:: MonadIO m 
=> GLdouble

factor.

-> m () 

glGlobalAlphaFactorfSUN

Arguments

:: MonadIO m 
=> GLfloat

factor.

-> m () 

glGlobalAlphaFactoriSUN

Arguments

:: MonadIO m 
=> GLint

factor.

-> m () 

glGlobalAlphaFactorsSUN

Arguments

:: MonadIO m 
=> GLshort

factor.

-> m () 

glGlobalAlphaFactorubSUN

Arguments

:: MonadIO m 
=> GLubyte

factor.

-> m () 

glGlobalAlphaFactoruiSUN

Arguments

:: MonadIO m 
=> GLuint

factor.

-> m () 

glGlobalAlphaFactorusSUN

Arguments

:: MonadIO m 
=> GLushort

factor.

-> m ()