Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glCompileCommandListNV
Function
glCompileCommandListNV
source/glbinding/source/gl/functions_c.cpp:661–664 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
659
}
660
661
void glCompileCommandListNV(GLuint list)
662
{
663
return glbinding::Binding::CompileCommandListNV(list);
664
}
665
666
void glCompileShader(GLuint shader)
667
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected