Blender Git Commit Log
Git Commits -> Revision f7753bf
Revision f7753bf by Clément Foucault (master) April 22, 2020, 19:41 (GMT) |
GPU: Add GPU_texture_copy This allow to copy entire texture in a faster way than using framebuffer blitting. This uses ARB_copy_image extension if available and fallback to glCopyTexSubImage2D for older gl version. Both method should be as fast if not faster than the framebuffer blitting. |
Commit Details:
Full Hash: f7753bf97fd38720bf1e91cd8179dd3227a7bb12
Parent Commit: d17b371
Lines Changed: +69, -0