|
From: James W. <ja...@fr...> - 2007-09-18 17:32:02
|
Daniele Cavallini wrote: > I used OpenGL Extensions Viewer for test my video card and in report are > present GL_EXT_framebuffer_object. > I must control other extension? gldrawcontext_fbo_new requires that the OpenGL version is 1.2 or later, and GL_EXT_framebuffer_object. > For to be sure to render offscreen after render onscreen I get > drawcontext with Q3View_GetDrawContext and I use it for master draw Context, > but Q3Object_GetProperty with KQ3DrawContextPropertyGLContext is not > success. I'm not sure I understand you... you called Q3View_GetDrawContext on a view that has been rendered? If I understand correctly, since you cannot debug Quesa, you are adding logging statements to Quesa. I suggest that you add a log statement to GLDrawContext_New where kQ3DrawContextPropertyGLContext is set, and write out the value of theDrawContext. Also write out the value of masterDrawContext in gldrawcontext_fbo_new. -- James W. Walker, Innoventive Software LLC <http://www.frameforge3d.com/> |