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

Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Safe HaskellSafe-Inferred

Graphics.Rendering.OpenGL.Raw.Core31.Types

Description

All types from the OpenGL 3.1 core, see http://www.opengl.org/registry/.

Documentation

type GLbyte = CSChar

type GLchar = CChar

type GLenum = CUInt

type GLuint = CUInt

type GLint = CInt

type GLsizei = CInt

type GLint64 = Int64

type GLsync = Ptr ()