OpenGLRaw-3.3.0.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.EXT.CullVertex

Contents

Description

 

Synopsis

Extension Support

glGetEXTCullVertex :: MonadIO m => m Bool Source #

Is the EXT_cull_vertex extension supported?

gl_EXT_cull_vertex :: Bool Source #

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

Enums

Functions

glCullParameterdvEXT Source #

Arguments

:: MonadIO m 
=> GLenum

pname of type CullParameterEXT.

-> Ptr GLdouble

params pointing to 4 elements of type GLdouble.

-> m () 

glCullParameterfvEXT Source #

Arguments

:: MonadIO m 
=> GLenum

pname of type CullParameterEXT.

-> Ptr GLfloat

params pointing to 4 elements of type GLfloat.

-> m ()