Blender Git Commit Log
Git Commits -> Revision c8d50ba
Revision c8d50ba by Mike Erwin (GPU_data_request) April 2, 2015, 00:37 (GMT) |
fix VAOs on Mac legacy context 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: c8d50ba9e6fd17ff3d24d61ebffe6fb4e9afc335
Parent Commit: 24dba1c
Lines Changed: +35, -0
1 Modified Path:
/source/blender/gpu/GPU_glew.h (+35, -0) (Diff)