Blender Git Commit Log
Git Commits -> Revision 49e0eff
Revision 49e0eff by Mike Erwin (temp_viewport_fx_merge) April 2, 2015, 00:13 (GMT) |
fix VAOs on Mac legacy context Was causing crash on launch. GLEW gives us glBindVertexArray and friends but sets them to NULL, since Apple uses GL_APPLE_vertex_array_object instead of GL_ARB_vertex_array_object. The ARB version evolved from the APPLE version and they�??re used in exactly the same way, so I aliased them to keep our VAO code simple. |
Commit Details:
Full Hash: 49e0eff55d64a92039b74c6d979830b0b01c4e41
Parent Commit: 2d82d98
Lines Changed: +35, -0
1 Modified Path:
/source/blender/gpu/GPU_glew.h (+35, -0) (Diff)