Hi!
On ATI machines, when using the ATI workaround,
is it true that all rendering must be performed on
the AWT dispatch thread?
Is there any other way to perform all rendering on
another dedicated thread?
Basically I want to use the good’ol traditional way
of managing my own rendering with SwapBuffers()
instead of with GLCanvas.display().
Please advise… thanks!
.rex