
[GL 4.0] Draw Indirect
Posted Saturday, 15 May, 2010 - 14:36 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/draw_indirect.txt
Add to enum BufferTarget:
DRAW_INDIRECT_BUFFER 0x8F3F
Add to GetPName:
DRAW_INDIRECT_BUFFER_BINDING 0x8F43
Functions:
C: void DrawArraysIndirect(enum mode, const void *indirect);
New: void DrawArraysIndirect(BeginMode mode, const void *indirect);
C: void DrawElementsIndirect(enum mode, enum type, const void *indirect);
New: void DrawElementsIndirect(BeginMode mode, DrawElementsType type, const void *indirect);


Comments
#1
Fixed in gl4 branch, r2944.