MCPcopy Create free account
hub / github.com/cginternals/glbinding / glDrawTransformFeedback

Function glDrawTransformFeedback

source/glbinding/source/gl/functions_d.cpp:626–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626void glDrawTransformFeedback(GLenum mode, GLuint id)
627{
628 return glbinding::Binding::DrawTransformFeedback(mode, id);
629}
630
631void glDrawTransformFeedbackInstanced(GLenum mode, GLuint id, GLsizei instancecount)
632{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected