Changes between Version 10 and Version 11 of QtWebKitForQt5


Ignore:
Timestamp:
Jul 29, 2011 12:11:14 AM (13 years ago)
Author:
romaxa@gmail.com
Comment:

WebGL option

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitForQt5

    v10 v11  
    9292simon: I like the idea of a channel messaging as an API, especially when on the QML side the messages could be received in "onMessageReceived:" alike signal handlers
    9393and posted via QML's JavaScript.
     94romaxa: WebGL option a) will require some double buffering -> additional tx->tx copy, also creation +1 GL context on WebProcess side, sounds like serialization is better way to go