From: Daniel E. S. <dan...@gm...> - 2006-08-24 14:20:15
|
I would like to have chromium render to a context that I have already created. Is the best way to do this is re-writing a render spu with that purpose? I hacked the render spu a bit for the prototype and got rid of any window/context creation calls and makeCurrent calls. What I really would like to do is just use Chromium to transport the graphics stream. I would like to be in charge of opening windows and contexts, and then telling chromium to render (insert the stream) into each window/context. Ideas? -Daniel |