From: Christopher W. <cr...@ms...> - 2004-11-16 01:06:41
|
I think I've been confused on what goes on when chromium 'fakes' an application. I was under the impression that with Chromium, I could run a non-chromium-aware application in a Chromium configuration (sort-first, sort-last, etc), but all I have seen Chromium do with the application's OpenGL stream is pass it straight to the native OpenGL renderer... Inspecting opengl_stub, it seems that the only time a chromium context is made is when crCreateContext is called, which a regular application wouldn't call. Am I missing something in all of this? -Chris |