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

Function glBindBuffersRange

source/glbinding/source/gl/functions_b.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void glBindBuffersRange(GLenum target, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizeiptr * sizes)
157{
158 return glbinding::Binding::BindBuffersRange(target, first, count, buffers, offsets, sizes);
159}
160
161void glBindFragDataLocation(GLuint program, GLuint color, const GLchar * name)
162{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected