Package org.lwjgl.util
Interface Renderable
public interface Renderable
Simple interface to things that can be Rendered.
- Version:
- $Revision$ $Id$
- Author:
- $Author$
-
Method Summary
-
Method Details
-
render
void render()"Render" this thing. This will involve calls to the GL.
-