As a quick followup to my previous message, take a look at Apple's
"Performer" sample code. If you run that application and start
resizing the window, you'll start to see lots of visible flicker in
the composition. This is exactly the problem that I have (not
surprising since my code is based on Performer.) So does someone
know how to fix Performer so that it doesn't have this flicker?
thanks!
Chris
On Jul 11, 2007, at 1:09 PM, Chris Silverberg wrote:
My view is working well, with one issue. When I resize my window
(and thus my view), I either see excessive flicker or rendering
artifacts. This suggests to me that I'm not handling resize events
properly. Unfortunately, there's not a lot of sample code out
there that uses QCRenderer... Apple's samples that do either don't
handle resizing at all or have the same resize issues that I have.