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

Function glBindBufferRange

source/glbinding/source/gl/functions_b.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
137{
138 return glbinding::Binding::BindBufferRange(target, index, buffer, offset, size);
139}
140
141void glBindBufferRangeEXT(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
142{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected