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

Function glDrawMeshArraysSUN

source/glbinding/source/gl/functions_d.cpp:576–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574}
575
576void glDrawMeshArraysSUN(GLenum mode, GLint first, GLsizei count, GLsizei width)
577{
578 return glbinding::Binding::DrawMeshArraysSUN(mode, first, count, width);
579}
580
581void glDrawMeshTasksIndirectNV(GLintptr indirect)
582{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected