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

Function glDrawCommandsNV

source/glbinding/source/gl/functions_d.cpp:506–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506void glDrawCommandsNV(GLenum primitiveMode, GLuint buffer, const GLintptr * indirects, const GLsizei * sizes, GLuint count)
507{
508 return glbinding::Binding::DrawCommandsNV(primitiveMode, buffer, indirects, sizes, count);
509}
510
511void glDrawCommandsStatesAddressNV(const GLuint64 * indirects, const GLsizei * sizes, const GLuint * states, const GLuint * fbos, GLuint count)
512{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected