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
2017-09-29 19:02:20 +10:00
2017-09-11 16:52:53 +10:00
S
Description
No description provided
925 MiB
Languages
C++ 78%
Python 11%
C 6.3%
GLSL 2.2%
CMake 1.3%
Other 1.1%