We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8063d5 commit ae452cfCopy full SHA for ae452cf
Graphics/Rendering/OpenGL/GL/Texturing/Objects.hs
@@ -14,7 +14,7 @@
14
--------------------------------------------------------------------------------
15
16
module Graphics.Rendering.OpenGL.GL.Texturing.Objects (
17
- TextureObject, textureBinding,
+ TextureObject(TextureObject), textureBinding,
18
textureResident, areTexturesResident,
19
TexturePriority, texturePriority, prioritizeTextures
20
) where
OpenGL.cabal
@@ -1,5 +1,5 @@
1
name: OpenGL
2
-version: 2.9.0.0
+version: 2.9.1.0
3
license: BSD3
4
license-file: LICENSE
5
maintainer: Sven Panne <svenpanne@gmail.com>, Jason Dagit <dagitj@gmail.com>
0 commit comments