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

Function glBindBufferRangeEXT

source/glbinding/source/gl/functions_b.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void glBindBufferRangeEXT(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
142{
143 return glbinding::Binding::BindBufferRangeEXT(target, index, buffer, offset, size);
144}
145
146void glBindBufferRangeNV(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
147{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected