Monthly Archives: March 2013

Deferred rendering in GPAC

⚠ The content of this page may be outdated.
Please refer to this page for more up to date information: https://github.com/gpac/gpac/wiki/Deferred-rendering-in-GPAC

 

Since revision 2028 of the source code, the GPAC player can render content in a special mode called “defer-debug”. In this mode, only the rectangular regions of the window that have changed since the previous frame are drawn in each frame. To enable this mode, you need to modify the GPAC configuration file (i.e. GPAC.cfg or .gpacrc), by setting the DrawMode to “defer-debug” in the Compositor section. Continue reading Deferred rendering in GPAC