bc0d646198
PR: ports/179390 Submitted by: nemysis Approved by: maintainer
6 lines
326 B
Text
6 lines
326 B
Text
pure-gl is Pure's interface to OpenGL, the well-known graphics library. It
|
|
covers pretty much all of OpenGL, including the popular extensions.
|
|
Extensions are loaded on demand, functions will throw an exception if they
|
|
are not available in your OpenGL implementation.
|
|
|
|
WWW: http://docs.pure-lang.googlecode.com/hg/pure-gl.html
|