drawclients & drawswap
I came across these gl.render functions and I can't find anything in the
docs about them. What are they doing exactly?
Thijs
"drawclients" draws all the client objects whose @automatic flag is
enabled. it is provided as a mechanism to draw these clients without
swapping to the screen. "swap" swaps the back buffer to the screen.
"drawswap" is essentially the same as bang (drawclients, followed by
the swap).
I'll update the html object reference for Jitter 1.5.3.
Thanks,
Joshua
ok thanks!
t_