Blender Git Loki
Git Commits -> Revision bc648af
Revision bc648af by Clément Foucault (master) November 14, 2017, 19:49 (GMT) |
Fix Opengl Error with glBlitFramebuffer This was caused by 93936b8643b9c4f77fe13d35b41ecaa246843dd8 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. |
Commit Details:
Full Hash: bc648af4e1bb9635d6d4fa6ef5d196607a47d2fb
Parent Commit: f23a595
Lines Changed: +5, -3