jit.gl.asyncread BUG
To reproduce:
open the help patch
change context name from "async-ctx" to "ciao"
jit.gl.asyncread stops working
also for you?
Max6
Mac Pro
thanks for the report.
i can reproduce, and have logged it as a bug.
Sorry the problem was jit.asyncread doesn't work if jit.window has fsaa 1
the problem here is simply that jit.gl.asyncread in automatic mode, needs it's layer attribute to be higher than all the other gl objects in the scene. you can simply solve this by setting @layer 1000 in the gl.asyncread box.
investigating the fsaa problem.
thanks for your help