OpenGLRaw-3.3.2.0: A raw binding for the OpenGL graphics system

Copyright(c) Sven Panne 2019
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.EXT.VertexWeighting

Contents

Description

 
Synopsis

Extension Support

glGetEXTVertexWeighting :: MonadIO m => m Bool Source #

Is the EXT_vertex_weighting extension supported?

gl_EXT_vertex_weighting :: Bool Source #

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

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

The vector equivalent of this command is glVertexWeightfvEXT.

glVertexWeightfvEXT Source #

Arguments

:: MonadIO m 
=> Ptr GLfloat

weight pointing to 1 element of type GLfloat.

-> m ()