
[GL3.3] Instanced Arrays
Posted Saturday, 15 May, 2010 - 13:29 by Inertia| Project: | The Open Toolkit library |
| Version: | 1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | fixed |
Jump to:
Description
http://www.opengl.org/registry/specs/ARB/instanced_arrays.txt
Add to enum VertexAttribParameter:
VERTEX_ATTRIB_ARRAY_DIVISOR_ARB 0x88FE
Functions:
C: void VertexAttribDivisorARB(uint index, uint divisor);


Comments
#1
Fixed in gl4 branch, r2934.