caramia-0.2.0.1: Less painful OpenGL 3.3 rendering

Safe HaskellNone
LanguageHaskell2010

Graphics.Caramia.Internal.OpenGLCApi

Description

Module for using the raw OpenGL API.

This is a mixture from the OpenGLRaw package and some of our own stuff.

TODO: Some of this stuff should probably be in OpenGLRaw so we could add stuff there instead.

Synopsis

Documentation

gi :: GLenum -> IO GLuint Source

Shortcut to glGetIntegerv when you query only one integer.