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

Function glDrawArrays

source/glbinding/source/gl/functions_d.cpp:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446void glDrawArrays(GLenum mode, GLint first, GLsizei count)
447{
448 return glbinding::Binding::DrawArrays(mode, first, count);
449}
450
451void glDrawArraysEXT(GLenum mode, GLint first, GLsizei count)
452{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected