Changes between Version 20 and Version 21 of CoordinatedGraphicsSystem


Ignore:
Timestamp:
Aug 8, 2012 3:05:33 PM (12 years ago)
Author:
noam.rosenthal@nokia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CoordinatedGraphicsSystem

    v20 v21  
    204204Some other functionality is in QQuickWebPage::updatePaintNode.
    205205
    206 Note that the QtScenegraph solves many things that would need to be solved separately if not using it, such as vsync.
     206Note that vsync and triple-buffering are dealt with outside of the scope of this system. The coordinated graphics system renders the compositing scene to the provided buffer, and it's up to the host system (e.g. QWindow) to decide on the buffering strategy.
    207207
    208208[[BR]]