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

Function glBindVertexBuffer

source/glbinding/source/gl/functions_b.cpp:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
322{
323 return glbinding::Binding::BindVertexBuffer(bindingindex, buffer, offset, stride);
324}
325
326void glBindVertexBuffers(GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides)
327{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected