File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Graphics/Rendering/OpenGL/GL Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : OpenGL
2
- version : 2.13.1 .0
2
+ version : 2.13.2 .0
3
3
synopsis : A binding for the OpenGL graphics system
4
4
description :
5
5
A Haskell binding for the OpenGL graphics system (GL, version 4.5) and its
@@ -155,7 +155,7 @@ library
155
155
transformers >= 0.2 && < 0.5 ,
156
156
ObjectName >= 1.1 && < 1.2 ,
157
157
StateVar >= 1.1 && < 1.2 ,
158
- OpenGLRaw >= 2.5.5 && < 2.7 ,
158
+ OpenGLRaw >= 2.6.1 && < 2.7 ,
159
159
GLURaw >= 1.3 && < 1.6
160
160
default-language : Haskell2010
161
161
other-extensions :
Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ clearNamedFramebuffer fbo cmd = case cmd of
388
388
ClearStencilBuffer s ->
389
389
with s $ glClearNamedFramebufferiv f gl_STENCIL 0
390
390
ClearDepthAndStencilBuffers d s ->
391
- glClearNamedFramebufferfi f gl_DEPTH_STENCIL d s
391
+ glClearNamedFramebufferfi f gl_DEPTH_STENCIL 0 d s
392
392
where f = framebufferID fbo
393
393
394
394
--------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments