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

Function glBindBufferRangeNV

source/glbinding/source/gl/functions_b.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void glBindBufferRangeNV(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
147{
148 return glbinding::Binding::BindBufferRangeNV(target, index, buffer, offset, size);
149}
150
151void glBindBuffersBase(GLenum target, GLuint first, GLsizei count, const GLuint * buffers)
152{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected