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

JavaFX D3D12: Optimize Blending operations

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P3 P3
    • internal
    • internal
    • javafx

      Blend examples tend to do a common pattern of calling Clear(0, 0, 0, 0) on the entire RTT and then drawing over it which can be simplified to just a simple direct draw on the RTT.

      This optimization was most likely done in D3D9 drivers, but since D3D12 is explicit we need to do this ourselves.

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

              Created:
              Updated: