
[GL 4.0] Transform Feedback 3
Posted Saturday, 15 May, 2010 - 15:56 by Inertia| Project: | The Open Toolkit library |
| Version: | 1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | fixed |
Jump to:
http://www.opengl.org/registry/specs/ARB/transform_feedback3.txt
Add to enum GetPName:
MAX_TRANSFORM_FEEDBACK_BUFFERS 0x8E70
MAX_VERTEX_STREAMS 0x8E71
Functions:
C: void DrawTransformFeedbackStream(enum mode, uint id, uint stream);
New: void DrawTransformFeedbackStream(BeginMode mode, uint id, uint stream);
C: void BeginQueryIndexed(enum target, uint index, uint id);
New: void BeginQueryIndexed(QueryTarget target, uint index, uint id);
C: void EndQueryIndexed(enum target, uint index);
New: void EndQueryIndexed(QueryTarget target, uint index);
C: void GetQueryIndexediv(enum target, uint index, enum pname, int *params);
New: void GetQueryIndexediv(QueryTarget target, uint index, GetQueryParam pname, int *params);


Comments
#1
Fixed in gl4 branch, r2956.