BSD-3-Clause licensed by Sven Panne
Maintained by Sven Panne, Jason Dagit
This version can be pinned in stack with:OpenGL-2.13.2.1@sha256:f0ab168d0cadeea7eda1a55f31e6d3ec8349411fdbb6e20a55c2b5e902f0a6fd,7599

Module documentation for 2.13.2.1

Used by 1 package in nightly-2016-01-01(full list with versions):

Hackage Build Status

Changes

2.13.2.1

  • Relaxed upper version bound for transformers.

2.13.2.0

  • Implement Uniform instances for GLint, GLuint, GLfloat, and GLdouble.

2.13.1.1

  • Aftermath for the glClearNamedFramebufferfi chaos in the OpenGL registry, see the corresponding issue on Khronos.

2.13.1.0

  • Added extensionSupported.
  • Relaxed upper version bound for OpenGLRaw.
  • Added CHANGELOG.md to distribution.

2.13.0.0

  • Added missing drawing commands using vertex arrays and some related types.
  • Added missing whole framebuffer operations.
  • Added getters for stencilMaskSeparate, stencilFuncSeparate, and stencilOpSeparate, making them full-blown StateVars.
  • Added patchDefaultInnerLevel and patchDefaultOuterLevel to control the default tessellation levels.
  • Added ContextLost constructor to ErrorCategory type.
  • Added SeparateAttribs and deprecated SeperateAttribs, fixing a spelling mistake.