jit.gl.asyncread BUG

Rajan Craveri's icon

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

Rob Ramirez's icon

thanks for the report.
i can reproduce, and have logged it as a bug.

Rajan Craveri's icon

Sorry the problem was jit.asyncread doesn't work if jit.window has fsaa 1

Rob Ramirez's icon

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.

Rajan Craveri's icon

thanks for your help