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

Function glBindBufferBase

source/glbinding/source/gl/functions_b.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void glBindBufferBase(GLenum target, GLuint index, GLuint buffer)
112{
113 return glbinding::Binding::BindBufferBase(target, index, buffer);
114}
115
116void glBindBufferBaseEXT(GLenum target, GLuint index, GLuint buffer)
117{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected