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

Function glCompileShaderARB

source/glbinding/source/gl/functions_c.cpp:671–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671void glCompileShaderARB(GLhandleARB shaderObj)
672{
673 return glbinding::Binding::CompileShaderARB(shaderObj);
674}
675
676void glCompileShaderIncludeARB(GLuint shader, GLsizei count, const GLchar *const* path, const GLint * length)
677{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected