On 2010-06-06 16:49, Claude Heiland-Allen wrote:
Hi list,
Is there any way in current Gem to use asynchronous readback of pixel buffer objects to speed up recording (or other GPU<->CPU transfer)?
[pix_texture] can use asynchronous CPU->GPU transfers. they can be set via the "pbo" message (e.g. [pbo 2( will create 2 pbos for buffering)
there is no such thing for [pix_snap] yet.
fgmasdr IOhannes