GLAPI/glResumeTransformFeedback: Difference between revisions
m Renaming category: 'GL 4 API Transform Feedback' to 'Core API Ref Transform Feedback'. |
m Bot: Adding better formatting. |
||
(4 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
== Function Definition == | == Function Definition == | ||
void '''glResumeTransformFeedback'''(void | void '''glResumeTransformFeedback'''(void{{param|}}); | ||
== Description == | == Description == | ||
Line 17: | Line 17: | ||
== Errors == | == Errors == | ||
{{ | {{enum|GL_INVALID_OPERATION}} is generated if the currently bound transform feedback object is not active or is not paused. | ||
== See Also == | == See Also == | ||
{{apifunc|glBindTransformFeedback}}, {{apifunc|glBeginTransformFeedback}}, {{apifunc|glPauseTransformFeedback}} | |||
== Copyright == | == Copyright == | ||
Line 27: | Line 27: | ||
Copyright © 2010 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. [http://opencontent.org/openpub/ http://opencontent.org/openpub/]. | Copyright © 2010 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. [http://opencontent.org/openpub/ http://opencontent.org/openpub/]. | ||
[[Category:Core API Ref Transform Feedback|ResumeTransformFeedback]] | [[Category:Core API Ref Transform Feedback|ResumeTransformFeedback]] | ||
[[Category:Core API Reference|ResumeTransformFeedback]] | |||
[[Category:Transform Feedback Object API State Functions|ResumeTransformFeedback]] |
Latest revision as of 10:03, 15 August 2013
Core in version | 4.6 | |
---|---|---|
Core since version | 4.0 | |
Core ARB extension | ARB_transform_feedback2 |
glResumeTransformFeedback: resume transform feedback operations
Function Definition
void glResumeTransformFeedback(void);
Description
glResumeTransformFeedback resumes transform feedback operations on the currently active transform feedback object. When transform feedback operations are paused, transform feedback is still considered active and changing most transform feedback state related to the object results in an error. However, a new transform feedback object may be bound while transform feedback is paused.
Errors
GL_INVALID_OPERATION is generated if the currently bound transform feedback object is not active or is not paused.
See Also
glBindTransformFeedback, glBeginTransformFeedback, glPauseTransformFeedback
Copyright
Copyright © 2010 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/.