Package org.lwjgl.util
Interface Renderable
-
public interface Renderable
Simple interface to things that can be Rendered.- Version:
- $Revision$ $Id$
- Author:
- $Author$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
render()
"Render" this thing.
-