OpenGLRaw-2.5.1.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.TriangleList

Contents

Description

The SUN_triangle_list extension.

Synopsis

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 ()