caramia-0.1.0.0: Caramia real-time hardware-accelerated rendering library

Safe HaskellNone
LanguageHaskell2010

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.