Class GLThread
java.lang.Object
dev.pfaff.altargui.util.GLThread
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
setSubmitToGLThread
(Consumer<Runnable> consumer) static void
submitToGLThread
(Runnable task) If the current thread is the GL thread, thetask
may be executed immediately.
-
Constructor Details
-
GLThread
public GLThread()
-
-
Method Details
-
setSubmitToGLThread
-
submitToGLThread
If the current thread is the GL thread, thetask
may be executed immediately.
-