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

Function glDrawMeshTasksNV

source/glbinding/source/gl/functions_d.cpp:586–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586void glDrawMeshTasksNV(GLuint first, GLuint count)
587{
588 return glbinding::Binding::DrawMeshTasksNV(first, count);
589}
590
591void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
592{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected