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

Function glBindVertexBuffers

source/glbinding/source/gl/functions_b.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void glBindVertexBuffers(GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides)
327{
328 return glbinding::Binding::BindVertexBuffers(first, count, buffers, offsets, strides);
329}
330
331void glBindVertexShaderEXT(GLuint id)
332{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected