Package com.jme3.system.lwjglx
Interface LwjglxGLPlatform
- All Superinterfaces:
 org.lwjgl.opengl.awt.PlatformGLCanvas
public interface LwjglxGLPlatform
extends org.lwjgl.opengl.awt.PlatformGLCanvas
Interface 
LwjglxGLPlatform; It is used to implement and manage
 the context of a specific platform.- 
Method Summary
Methods inherited from interface org.lwjgl.opengl.awt.PlatformGLCanvas
create, delayBeforeSwapNV, deleteContext, dispose, isCurrent, lock, makeCurrent, swapBuffers, unlock 
- 
Method Details
- 
destroy
void destroy()Free the drawing surface. 
 -