Blender Git Commit Log
Git Commits -> Revision 6e901fd
Revision 6e901fd by Clément Foucault (master) August 30, 2020, 11:11 (GMT) |
GPUFramebuffer: Make GPUFrameBuffer an opaque type This is in preparation of the Framebuffer GL backend. This is a just changing types and moving some code. No logic is changed... almost... it just removes the context attach. i.e: `gpu_context_add/remove_framebuffer()` This is not needed for now and was even disabled in release. This is part of T68990. |
Commit Details:
Full Hash: 6e901fd8fc5b89e52dc44fd87a782c4f47c9c3f5
Parent Commit: ed7dbaa
Lines Changed: +201, -180
1 Added Path:
/source/blender/gpu/intern/gpu_framebuffer_private.hh (+94, -0) (View)