OpenGLRaw-2.4.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.EXT.VertexWeighting

Contents

Description

The EXT_vertex_weighting extension.

Synopsis

Enums

Functions

glVertexWeightPointerEXT Source

Arguments

:: MonadIO m 
=> GLint

size.

-> GLenum

type of type VertexWeightPointerTypeEXT.

-> GLsizei

stride.

-> Ptr a

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

-> m () 

glVertexWeightfEXT Source

Arguments

:: MonadIO m 
=> GLfloat

weight.

-> m () 

glVertexWeightfvEXT Source

Arguments

:: MonadIO m 
=> Ptr GLfloat

weight pointing to 1 elements of type GLfloat.

-> m ()