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.ARB.VertexBlend

Contents

Description

The ARB_vertex_blend extension.

Synopsis

Enums

Functions

glVertexBlendARB Source

Arguments

:: GLint

count.

-> IO () 

glWeightPointerARB Source

Arguments

:: GLint

size.

-> GLenum

type of type WeightPointerTypeARB.

-> GLsizei

stride.

-> Ptr a

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

-> IO () 

glWeightbvARB Source

Arguments

:: GLint

size.

-> Ptr GLbyte

weights pointing to size elements of type GLbyte.

-> IO () 

glWeightdvARB Source

Arguments

:: GLint

size.

-> Ptr GLdouble

weights pointing to size elements of type GLdouble.

-> IO () 

glWeightfvARB Source

Arguments

:: GLint

size.

-> Ptr GLfloat

weights pointing to size elements of type GLfloat.

-> IO () 

glWeightivARB Source

Arguments

:: GLint

size.

-> Ptr GLint

weights pointing to size elements of type GLint.

-> IO () 

glWeightsvARB Source

Arguments

:: GLint

size.

-> Ptr GLshort

weights pointing to size elements of type GLshort.

-> IO () 

glWeightubvARB Source

Arguments

:: GLint

size.

-> Ptr GLubyte

weights pointing to size elements of type GLubyte.

-> IO () 

glWeightuivARB Source

Arguments

:: GLint

size.

-> Ptr GLuint

weights pointing to size elements of type GLuint.

-> IO () 

glWeightusvARB Source

Arguments

:: GLint

size.

-> Ptr GLushort

weights pointing to size elements of type GLushort.

-> IO ()