Blender Git Loki
Git Commits -> Revision 84ae0fe
Revision 84ae0fe by Ray molenkamp (master) June 22, 2018, 00:36 (GMT) |
GLRefactor: Refactor bf_blenfont to use GPUTexture instead of raw GL calls and types. In an effort to centralize all opengl calls in the codebase, this patch replaces the raw opengl calls in bf_blenfont with GPUTexture so it's no longer depended on opengl headers. reviewer: Brecht Differential Revision: https://developer.blender.org/D3483 |
Commit Details:
Full Hash: 84ae0fe3a5f5707a5ff658292fefcfc5f9cf04b8
Parent Commit: 4f83fd4
Lines Changed: +142, -55