Blender Git Loki
Git Commits -> Revision bc4b72e
Revision bc4b72e by Mike Erwin (GPU_data_request) March 31, 2015, 05:25 (GMT) |
add support for non-generic vertex attribs for easier integration into legacy GL usage. Instead of specifying generic arrays with a name string, choose any or all of these: GL_VERTEX_ARRAY GL_NORMAL_ARRAY GL_COLOR_ARRAY GL_TEXTURE_COORD_ARRAY Generic attribs are still there for when we move to shader-based drawing / a newer GL. |
Commit Details:
Full Hash: bc4b72eabd2d8aaebbc15d9a38000939a015cfdf
Parent Commit: 2398f87
Lines Changed: +176, -12