Files
test2/source/blender
Clément Foucault f7753bf97f 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.
2020-04-22 21:41:10 +02:00
..
2020-04-05 22:22:21 +10:00
2020-03-19 21:55:17 +01:00
2020-04-22 21:41:10 +02:00
2020-03-19 21:55:17 +01:00