Example usage for org.lwjgl.opengl GL41 glReleaseShaderCompiler

List of usage examples for org.lwjgl.opengl GL41 glReleaseShaderCompiler

Introduction

In this page you can find the example usage for org.lwjgl.opengl GL41 glReleaseShaderCompiler.

Prototype

public static void glReleaseShaderCompiler() 

Source Link

Document

Releases resources allocated by the shader compiler.

Usage

From source file:tk.ivybits.engine.gl.GL.java

License:Open Source License

public static void glReleaseShaderCompiler() {
    GL41.glReleaseShaderCompiler();
}