List of usage examples for org.lwjgl.opengl GLX glXDestroyContext
public static void glXDestroyContext(@NativeType("Display *") long display, @NativeType("GLXContext") long ctx)
From source file:go.graphics.swing.contextcreator.GLXContextCreator.java
License:Open Source License
@Override public void stop() { GLX.glXDestroyContext(display, context); }