Clément Foucault bc648af4e1 Fix Opengl Error with glBlitFramebuffer
This was caused by 93936b8643

From GL spec :
GL_INVALID_OPERATION is generated if mask contains GL_DEPTH_BUFFER_BIT or GL_STENCIL_BUFFER_BIT and the source and destination depth and stencil formats do not match.

So blitting framebuffer with depth or stencil require the SAME FORMAT.
2017-11-14 20:49:33 +01:00
2017-10-21 12:43:17 +11:00
2017-10-30 18:48:27 +11:00
2017-11-14 02:17:34 +01:00
2017-05-01 15:20:19 +02:00
2010-10-13 14:44:22 +00:00
2017-09-29 19:02:20 +10:00
2017-09-11 16:52:53 +10:00
Description
No description provided
841 MiB
Languages
C++ 78%
Python 14.9%
C 2.9%
GLSL 1.9%
CMake 1.2%
Other 0.9%