|
From: James W. W. <os...@jw...> - 2007-09-19 15:43:15
|
On Sep 19, 2007, at 1:30 AM, Daniele Cavallini wrote: > I add the logging statements like you suggest. I obtain: > Start view with render on video > /When pass in GLDrawContext_New theDrawContext is 02344c98 / > Call render in the pixmap drawcontext > /When pass in gldrawcontext_fbo_new (//ofcourse after call to > Q3Object_GetPoperty > (...KQ3DrawContextPropertyAcceleretedOffscreen...))// > masterDrawContext 02344c98. > > /After I recreate a window on screen with a new draw context / > /For create the bitmap after render I use Q3View_GetDrawContext and > Q3PixmapDrawContext_GetPixmap maybe my problem here? I'm not clear on what you're doing. You had a window draw context A which served as a master draw context for a pixmap context B. Then you created a new window draw context C... then what? To which view do you apply Q3View_GetDrawContext, and to which context do you apply Q3PixmapDrawContext_GetPixmap? |