Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-126037

WebGL enhancements for WebAssembly

XMLWordPrintable

    • Icon: User Story User Story
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • 6.8
    • None
    • QPA: WebGL
    • None
    • WebAssembly

      WebGL has had a number of things to note, this tickets is trying to find at least a partial solution:
      •lack of support for context sharing, which means classes like OpenGLWidget is not supported (workaround is to use QOpenGLWndow)
      •WebGL 2 is preferred. WebGL 1 is supported, except that legacy devices with partial or buggy WebGL 1 support won't work.
      •Supporting both WebGL 2 and WebGL 1 from the same binary is not guaranteed to work: applications should choose one. Qt Quick 3D requires WebGL 2 for this reason. (we can find a workaround if someone really needs this)

      Related Qt 6.8 work :
      WebGL is the default in 6.8, taking its capabilities into use

        1. image-2024-06-03-15-54-49-326.png
          62 kB
          Veli-Pekka Heinonen
        2. image-2024-06-03-15-55-00-372.png
          43 kB
          Veli-Pekka Heinonen
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.webassembly qt.webassembly
            veheinon Veli-Pekka Heinonen
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes