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

Function glDrawCommandsAddressNV

source/glbinding/source/gl/functions_d.cpp:501–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501void glDrawCommandsAddressNV(GLenum primitiveMode, const GLuint64 * indirects, const GLsizei * sizes, GLuint count)
502{
503 return glbinding::Binding::DrawCommandsAddressNV(primitiveMode, indirects, sizes, count);
504}
505
506void glDrawCommandsNV(GLenum primitiveMode, GLuint buffer, const GLintptr * indirects, const GLsizei * sizes, GLuint count)
507{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected