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

Function glBindBufferBaseNV

source/glbinding/source/gl/functions_b.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void glBindBufferBaseNV(GLenum target, GLuint index, GLuint buffer)
122{
123 return glbinding::Binding::BindBufferBaseNV(target, index, buffer);
124}
125
126void glBindBufferOffsetEXT(GLenum target, GLuint index, GLuint buffer, GLintptr offset)
127{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected