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

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

Graphics.GL.SUN.GlobalAlpha

Contents

Description

 
Synopsis

Extension Support

glGetSUNGlobalAlpha :: MonadIO m => m Bool Source #

Is the SUN_global_alpha extension supported?

gl_SUN_global_alpha :: Bool Source #

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 Source #

Arguments

:: MonadIO m 
=> GLbyte

factor.

-> m () 

glGlobalAlphaFactordSUN Source #

Arguments

:: MonadIO m 
=> GLdouble

factor.

-> m () 

glGlobalAlphaFactorfSUN Source #

Arguments

:: MonadIO m 
=> GLfloat

factor.

-> m () 

glGlobalAlphaFactoriSUN Source #

Arguments

:: MonadIO m 
=> GLint

factor.

-> m () 

glGlobalAlphaFactorsSUN Source #

Arguments

:: MonadIO m 
=> GLshort

factor.

-> m () 

glGlobalAlphaFactorubSUN Source #

Arguments

:: MonadIO m 
=> GLubyte

factor.

-> m () 

glGlobalAlphaFactoruiSUN Source #

Arguments

:: MonadIO m 
=> GLuint

factor.

-> m () 

glGlobalAlphaFactorusSUN Source #

Arguments

:: MonadIO m 
=> GLushort

factor.

-> m ()