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.
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.