Re: rendering-cleanup



On Mon, Aug 16, 2010 at 3:29 PM, Jean Brefort
<jean brefort normalesup org> wrote:
> Sorry to come late to this thread, but I'd like to know how you intend
> to support things that can't be rendered using cairo? Just like a 3D
> OpenGL scene. I'm not sure gtkglext would still work. I hope I'm missing
> something...
>
Both Cairo and GDK now and in the future give you full access to the
underlying window system. So you will still be able to call
gdk_window_x11_get_xid() or cairo_xlib_surface_get_drawable() and
create your GL context on top of that.

Benjamin


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]