On Mon, 2008-07-21 at 19:25 +0800, HASWANI HARISH-VCKR47 wrote:
> When off-screen feature will be supported by clutter?

Are you perhaps referring to this error message?

** ERROR **: This test requires CLUTTER_FEATURE_OFFSCREEN

That does not mean that Clutter does not support offscreen at all, but
rather that your OpenGL implementation does not support frame buffer
objects. These are required to use clutter_texture_new_from_actor. This
will happen for example with an Intel chip set. Clutter also doesn't
currently support frame buffer objects on GL ES.

- Neil

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to