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 boolean
bReadyForFrame
static java.lang.Thread
MainThread
static java.lang.Thread
RenderThread
static java.lang.Object
RenderThreadNotifier
-
Constructor Summary
Constructors Constructor Description RenderThread()
-
Method Summary
Modifier and Type Method Description static void
borrowContext()
static void
init()
static void
Ready()
static void
returnContext()
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()
-