OpenGLRaw-3.3.0.2: 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.TriangleList

Contents

Description

 
Synopsis

Extension Support

glGetSUNTriangleList :: MonadIO m => m Bool Source #

Is the SUN_triangle_list extension supported?

gl_SUN_triangle_list :: Bool Source #

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

Enums

Functions

glReplacementCodePointerSUN Source #

Arguments

:: MonadIO m 
=> GLenum

type of type ReplacementCodeTypeSUN.

-> GLsizei

stride.

-> Ptr (Ptr a)

pointer pointing to COMPSIZE(type,stride) elements of type Ptr a.

-> m () 

glReplacementCodeubSUN Source #

Arguments

:: MonadIO m 
=> GLubyte

code.

-> m () 

glReplacementCodeubvSUN Source #

Arguments

:: MonadIO m 
=> Ptr GLubyte

code pointing to COMPSIZE() elements of type GLubyte.

-> m () 

glReplacementCodeuiSUN Source #

Arguments

:: MonadIO m 
=> GLuint

code.

-> m () 

glReplacementCodeuivSUN Source #

Arguments

:: MonadIO m 
=> Ptr GLuint

code pointing to COMPSIZE() elements of type GLuint.

-> m () 

glReplacementCodeusSUN Source #

Arguments

:: MonadIO m 
=> GLushort

code.

-> m () 

glReplacementCodeusvSUN Source #

Arguments

:: MonadIO m 
=> Ptr GLushort

code pointing to COMPSIZE() elements of type GLushort.

-> m ()