Inertia's picture

[GL 4.0] Draw Indirect

Project:The Open Toolkit library
Version:1.x-dev
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:fixed
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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
the Fiddler's picture

#1

Status:open» fixed

Fixed in gl4 branch, r2944.