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

Investigate usage of setOpaque/isOpaque methods of RenderTarget in SwapChain

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: P4 P4
    • jfx26
    • jfx26
    • 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.

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

              Created:
              Updated: