Details

    • Sub-task
    • Resolution: Fixed
    • P2: Important
    • None
    • Qt RHI, Quick: 3D
    • None
    • b20f9f01d (dev)

    Description

      Make the XrSwapchain give us a texture array with 2 layers. Then change the internals. The end result is that we want to have a single setRenderTarget/begin/sync/render/endFrame sequence per-frame, not two.

      Consider the 3D API consequences: on Windows this will require D3D12 or Vulkan or OpenGL, but the default D3D11 will have no multiview rendering support on the QRhi level (passing it on from OpenXR still works, but we only render to layer 0, the left eye then). To be checked what happens on Android: Vulkan should work, but multiview on OpenGL ES on the Quest 3 needs to be tested and confirmed first since we have not seen multiview work on ES. (only on desktop GL)

      Can we make this optional? E.g. opt-in for development purposes? Or opt-out later? Can we keep such an opt-out feature later on?

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            lagocs Laszlo Agocs
            lagocs Laszlo Agocs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes