Class AWTThreadRedirect

java.lang.Object
panamagl.offscreen.AWTThreadRedirect
All Implemented Interfaces:
ThreadRedirect

public class AWTThreadRedirect extends Object implements ThreadRedirect
Ensure the task is executed by the AWT Event Thread. OpenGL being single threaded, we need to always perform rendering queries from the same UI thread.