glReleaseShaderCompiler.3G - Man Page

release resources consumed by the implementation's shader compiler

C Specification

void glReleaseShaderCompiler(void);

Description

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.

Version Support

OpenGL Version
Function / Feature Name2.02.13.03.13.23.34.04.14.24.34.44.5
glReleaseShaderCompiler-------

See Also

glCompileShader(), glLinkProgram()

Info

01/24/2024