OpenGLRaw-2.3.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

The SUN_global_alpha extension.

Synopsis

Enums

Functions

glGlobalAlphaFactorbSUN Source

Arguments

:: GLbyte

factor.

-> IO () 

glGlobalAlphaFactordSUN Source

Arguments

:: GLdouble

factor.

-> IO () 

glGlobalAlphaFactorfSUN Source

Arguments

:: GLfloat

factor.

-> IO () 

glGlobalAlphaFactoriSUN Source

Arguments

:: GLint

factor.

-> IO () 

glGlobalAlphaFactorsSUN Source

Arguments

:: GLshort

factor.

-> IO () 

glGlobalAlphaFactorubSUN Source

Arguments

:: GLubyte

factor.

-> IO () 

glGlobalAlphaFactoruiSUN Source

Arguments

:: GLuint

factor.

-> IO () 

glGlobalAlphaFactorusSUN Source

Arguments

:: GLushort

factor.

-> IO ()