glReleaseShaderCompiler

glReleaseShaderCompiler: man4/glReleaseShaderCompiler.xml

glReleaseShaderCompiler provides a hint to the implementation that it may free internal resources associated with its shader compiler. glCompileShader may subsequently be called and the implementation may at that time reallocate resources previously freed by the call to glReleaseShaderCompiler.

@OpenGL_Version(OGLIntroducedIn.V4P1)
@OpenGL_Extension("GL_ARB_ES2_compatibility")
fn_glReleaseShaderCompiler glReleaseShaderCompiler;

See Also

glCompileShader, glLinkProgram

Meta