org.lwjgl.opengl
Interface Drawable

All Known Implementing Classes:
AWTGLCanvas, Pbuffer

public interface Drawable

The Drawable interface describes an OpenGL drawable with an associated Context.

Author:
elias_naur

Method Summary
 org.lwjgl.opengl.Context getContext()
           
 

Method Detail

getContext

org.lwjgl.opengl.Context getContext()


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.