Example usage for org.lwjgl.opengl ARBES2Compatibility glReleaseShaderCompiler

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

Introduction

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

Prototype

public static void glReleaseShaderCompiler() 

Source Link

Document

Releases resources allocated by the shader compiler.

Usage

From source file:com.badlogic.gdx.backends.jglfw.JglfwGL20.java

License:Apache License

public void glReleaseShaderCompiler() {
    ARBES2Compatibility.glReleaseShaderCompiler();
}