Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why we need buffered rendering ?
02-05-2013, 08:56 AM
Post: #3
RE: Why we need buffered rendering ?
The PSP can render to any location in its VRAM and use as either the scanout buffer (what you see on the screen) or textures. Many games use this to implement special effects, or simply to implement 30fps (you need to show the same buffer twice). We simulate this by allocating an OpenGL FBO for every PSP framebuffer location.

PPSSPP doesn't have complete support for what the PSP can do with these buffers yet, but it's important for accuracy and will only become more so. Turning buffered rendering off is really just a speed hack that happens to work on simple games.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Why we need buffered rendering ? - Merivex - 02-05-2013, 06:17 AM
RE: Why we need buffered rendering ? - Henrik - 02-05-2013 08:56 AM

Forum Jump: