Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why doesn’t page flipping work?

doesn’t flipping page
0
Posted

Why doesn’t page flipping work?

0

The SDL_DOUBLEBUF flag (and hence page flipping) is unsupported on Mac OS X. There is no support in the operating system for this feature. Prior to version 1.2.6, SDL did not report an error when SDL_DOUBLEBUF was used, but instead returned a single-buffered surface. This resulted in various visual anomalies, depending on the application. The only good alternatives are to use a software surface instead (SDL_SWSURFACE), or use OpenGL. With OpenGL, you’ll have to write your own blitting engine, or borrow someone elses. Update: SDL 1.2.6 has added experimental retrace-synchronized software “flipping”. You access it by using SDL_DOUBLBUF|SDL_HWSURFACE|SDL_FULLSCREEN passed to SDL_SetVideoMode. SDL_Flip() will return immediately and the flip will be performed asynchronously in a separate thread.Q:I can’t get debugging to work in Project Builder.A:If the debugger seems to do nothing when you start debugging, and you have the Dec. 2002 Developer Tools installed, you’ve probably hit a known bu

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.