Blender Git Commit Log
Git Commits -> Revision 89e23c7
Revision 89e23c7 by Mike Erwin (master) April 14, 2017, 14:35 (GMT) |
OpenGL: fix Mac crashing on startup On Apple we use OpenGL 2.1 + an ARB extension for framebuffers. The glFramebufferTexture function is part of OpenGL 3.0 but not part of the ARB extension. This commit fills that gap. All other platforms are using GL 3.0+ already so it's not an issue there. All platforms (Mac too) will use GL 3.3+ soon so this workaround will be removed. |
Commit Details:
Full Hash: 89e23c743e601940fc051189ef01c537233d2043
Parent Commit: bef2aab
Lines Changed: +5, -0
1 Modified Path:
/source/blender/gpu/intern/gpu_framebuffer.c (+5, -0) (Diff)