README 673 B

12345678910111213
  1. OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics
  2. system and lots of OpenGL extensions. It is basically a 1:1 mapping
  3. of OpenGL's C API, intended as a basis for a nicer interface.
  4. OpenGLRaw offers access to all necessary functions, tokens and types
  5. plus a general facility for loading extension entries. The module
  6. hierarchy closely mirrors the naming structure of the OpenGL
  7. extensions, making it easy to find the right module to import. All
  8. API entries are loaded dynamically. If an API entry is not found at
  9. runtime, a userError is thrown.
  10. After uninstalling, run this command to unregister the package from
  11. the ghc package database: ghc-pkg recache