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

Function glBindBufferARB

source/glbinding/source/gl/functions_b.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void glBindBufferARB(GLenum target, GLuint buffer)
107{
108 return glbinding::Binding::BindBufferARB(target, buffer);
109}
110
111void glBindBufferBase(GLenum target, GLuint index, GLuint buffer)
112{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected