Investigate usage of setOpaque/isOpaque methods of RenderTarget in SwapChain

XMLWordPrintable

    • Type: Task
    • Resolution: Unresolved
    • Priority: P4
    • jfx27
    • Affects Version/s: jfx26
    • Component/s: javafx

      This came up during Metal implementation PR : https://github.com/openjdk/jfx/pull/1824

      The MTLSwapChain.setOpaque() method is empty and MTLSwapChain.isOpaque() always returns false.
      Even then we don't see any visual issues with any tests or apps.

      The similar methods for D3D and ES2 have a concrete methods. but, the methods are not getting executed for several samples.

      These methods should be investigated for their use case.

            Assignee:
            Ambarish Rapte
            Reporter:
            Ambarish Rapte
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: