OpenGLRaw-3.0.0.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.SGIS.Multisample

Contents

Description

 

Synopsis

Extension Support

glGetSGISMultisample :: MonadIO m => m Bool Source #

Is the SGIS_multisample extension supported?

gl_SGIS_multisample :: Bool Source #

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

Enums

Functions

glSampleMaskSGIS Source #

Arguments

:: MonadIO m 
=> GLclampf

value of type ClampedFloat32.

-> GLboolean

invert of type Boolean.

-> m () 

This command is an alias for glSampleMaskEXT.

glSamplePatternSGIS Source #

Arguments

:: MonadIO m 
=> GLenum

pattern of type SamplePatternSGIS.

-> m () 

This command is an alias for glSamplePatternEXT.