Package zombie.core.opengl
Class RenderThread
java.lang.Object
zombie.core.opengl.RenderThread
public class RenderThread
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static booleanbReadyForFramestatic java.lang.ThreadMainThreadstatic java.lang.ThreadRenderThreadstatic java.lang.ObjectRenderThreadNotifier -
Constructor Summary
Constructors Constructor Description RenderThread() -
Method Summary
Modifier and Type Method Description static voidborrowContext()static voidinit()static voidReady()static voidreturnContext()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
MainThread
public static java.lang.Thread MainThread -
RenderThread
public static java.lang.Thread RenderThread -
bReadyForFrame
public static boolean bReadyForFrame -
RenderThreadNotifier
public static final java.lang.Object RenderThreadNotifier
-
-
Constructor Details
-
RenderThread
public RenderThread()
-
-
Method Details
-
init
public static void init() -
Ready
public static void Ready() -
borrowContext
public static void borrowContext() -
returnContext
public static void returnContext()
-