Blender Git Commit Log
Git Commits -> Revision 19d056c
Revision 19d056c by Clément Foucault (tmp-gltexture) September 4, 2020, 00:44 (GMT) |
GPUFramebuffer: Encapsulate single attachement clear This is in preparation of using it to clear single texture. Also includes minor cleanups about not using tex target in assert and adding enum operators. |
Commit Details:
Full Hash: 19d056cb85855d277635712496de3308c954485e
Parent Commit: da306fb
Lines Changed: +60, -14
5 Modified Paths:
/source/blender/gpu/GPU_framebuffer.h (+8, -6) (Diff)
/source/blender/gpu/intern/gpu_framebuffer.cc (+1, -4) (Diff)
/source/blender/gpu/intern/gpu_framebuffer_private.hh (+3, -0) (Diff)
/source/blender/gpu/opengl/gl_framebuffer.cc (+45, -4) (Diff)
/source/blender/gpu/opengl/gl_framebuffer.hh (+3, -0) (Diff)
/source/blender/gpu/intern/gpu_framebuffer.cc (+1, -4) (Diff)
/source/blender/gpu/intern/gpu_framebuffer_private.hh (+3, -0) (Diff)
/source/blender/gpu/opengl/gl_framebuffer.cc (+45, -4) (Diff)
/source/blender/gpu/opengl/gl_framebuffer.hh (+3, -0) (Diff)