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

Function glBindBufferBaseEXT

source/glbinding/source/gl/functions_b.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void glBindBufferBaseEXT(GLenum target, GLuint index, GLuint buffer)
117{
118 return glbinding::Binding::BindBufferBaseEXT(target, index, buffer);
119}
120
121void glBindBufferBaseNV(GLenum target, GLuint index, GLuint buffer)
122{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected