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

Function glBindBufferOffsetEXT

source/glbinding/source/gl/functions_b.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void glBindBufferOffsetEXT(GLenum target, GLuint index, GLuint buffer, GLintptr offset)
127{
128 return glbinding::Binding::BindBufferOffsetEXT(target, index, buffer, offset);
129}
130
131void glBindBufferOffsetNV(GLenum target, GLuint index, GLuint buffer, GLintptr offset)
132{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected