Blender Git Loki
Git Commits -> Revision 360489c
Revision 360489c by Clément Foucault (master) September 7, 2020, 17:37 (GMT) |
GPUPlatform: GL backend isolation Part of the vulkan implementation T68990. Pretty straight forward. Just move the GL code inside the GLBackend and make the GPUPlatformGlobal a class object. |
Commit Details:
Full Hash: 360489c75167d47653bc34ad9ba9a65076bf384c
Parent Commit: 9cac181
Lines Changed: +250, -172
2 Added Paths:
/source/blender/gpu/intern/gpu_platform_private.hh (+53, -0) (View)
/source/blender/gpu/opengl/gl_backend.cc (+135, -0) (View)
/source/blender/gpu/opengl/gl_backend.cc (+135, -0) (View)