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

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

Graphics.Rendering.OpenGL.Raw.ARB.TransposeMatrix

Contents

Description

All raw functions and tokens from the ARB_transpose_matrix extension, see http://www.opengl.org/registry/specs/ARB/transpose_matrix.txt.

Synopsis

Functions

glLoadTransposeMatrixf Source

Arguments

:: Ptr GLfloat

m pointing to 16 elements of type GLfloat.

-> IO () 

Manual page for OpenGL 2.x

glLoadTransposeMatrixd Source

Arguments

:: Ptr GLdouble

m pointing to 16 elements of type GLdouble.

-> IO () 

Manual page for OpenGL 2.x

glMultTransposeMatrixf Source

Arguments

:: Ptr GLfloat

m pointing to 16 elements of type GLfloat.

-> IO () 

Manual page for OpenGL 2.x

glMultTransposeMatrixd Source

Arguments

:: Ptr GLdouble

m pointing to 16 elements of type GLdouble.

-> IO () 

Manual page for OpenGL 2.x

Tokens