e03809acea
the general notion of explicitly handled identifiers for API objects, e.g. a texture object name in OpenGL or a buffer object name in OpenAL. WWW: http://www.haskell.org/HOpenGL/ PR: ports/142127 Submitted by: Jacula Modyun <jacula(at)gmail.com>
5 lines
258 B
Text
5 lines
258 B
Text
This tiny Haskell package contains the class ObjectName, which corresponds to
|
|
the general notion of explicitly handled identifiers for API objects, e.g. a
|
|
texture object name in OpenGL or a buffer object name in OpenAL.
|
|
|
|
WWW: http://www.haskell.org/HOpenGL/
|