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

Function glBindTransformFeedback

source/glbinding/source/gl/functions_b.cpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301void glBindTransformFeedback(GLenum target, GLuint id)
302{
303 return glbinding::Binding::BindTransformFeedback(target, id);
304}
305
306void glBindTransformFeedbackNV(GLenum target, GLuint id)
307{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected