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

Function glCompileShader

source/glbinding/source/gl/functions_c.cpp:666–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664}
665
666void glCompileShader(GLuint shader)
667{
668 return glbinding::Binding::CompileShader(shader);
669}
670
671void glCompileShaderARB(GLhandleARB shaderObj)
672{

Callers 2

CubeScapeMethod · 0.85
CubeScapeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected