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

Function glBindBuffersBase

source/glbinding/source/gl/functions_b.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void glBindBuffersBase(GLenum target, GLuint first, GLsizei count, const GLuint * buffers)
152{
153 return glbinding::Binding::BindBuffersBase(target, first, count, buffers);
154}
155
156void glBindBuffersRange(GLenum target, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizeiptr * sizes)
157{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected