Blender Git Loki
Git Commits -> Revision 33356b7
Revision 33356b7 by Clément Foucault (master) May 2, 2018, 18:49 (GMT) |
DRW: Add DRW_multisamples_resolve function This manually resolve the content of a multisample FB to a single sample FB. It resolves color (combine the 2 framebuffers in a logical maner keeping depth buffer occlusion etc..) instead of a plain glBlitFramebuffer copy. |
Commit Details:
Full Hash: 33356b7be0ace84e1d0ab7235c68541939a7ab9c
Parent Commit: 6d8e308
Lines Changed: +51, -0