Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8342686

JavaFX D3D12: Add support for big texture updates

XMLWordPrintable

    • generic
    • windows

      Right now all Texture.update() calls are performing a copy to the CPU-accessible Ring Buffer. However, because of its limited capacity and lack of support to expand it, with large enough textures (see HelloImage toy app with "slow image" resource) it will fail to perform such an update due to lack of space. Investigate alternative ways of updating textures (probably creating a dedicated staging CPU-visible resource) and managing such resources for the purpose of texture updates.

            lkostyra Lukasz Kostyra
            lkostyra Lukasz Kostyra
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: