Blender Git Commit Log
Git Commits -> Revision dfd192c
Revision dfd192c by Clément Foucault (master) July 10, 2018, 13:31 (GMT) |
GPUTexture: Refactor of texture creation & new feature - Texture creation now requires explicit data type. - GPU_texture_add_mipmap enable explicit mipmap upload. - GPU_texture_get_mipmap_size can be used to get the size of a mipmap level of an existing GPUTexture - GPU_texture_read let you read back data from a gpu texture. |
Commit Details:
Full Hash: dfd192ce41f7e4923db0642f22a587862656bbdd
Parent Commit: 785159e
Lines Changed: +386, -161