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

Function glCreateCommandListsNV

source/glbinding/source/gl/functions_c.cpp:1116–1119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1114}
1115
1116void glCreateCommandListsNV(GLsizei n, GLuint * lists)
1117{
1118 return glbinding::Binding::CreateCommandListsNV(n, lists);
1119}
1120
1121void glCreateFramebuffers(GLsizei n, GLuint * framebuffers)
1122{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected