Deferred rendering in GPAC - aureliendavid/gpac GitHub Wiki
HOME » MP4Client » Deferred rendering
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.
Below is a video showing the rendering by GPAC of an SVG animation.
The next video shows the same SVG animation being rendered in defer-debug mode. You can see that since only the triangle moves, only the triangle and its surroundings need to be redrawn.