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

Function glCommandListSegmentsNV

source/glbinding/source/gl/functions_c.cpp:656–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654}
655
656void glCommandListSegmentsNV(GLuint list, GLuint segments)
657{
658 return glbinding::Binding::CommandListSegmentsNV(list, segments);
659}
660
661void glCompileCommandListNV(GLuint list)
662{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected