-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 8
-
Component/s: javafx
This is due to the recent fix for D3D surface loss. It turns out that J2D RTTextures don't implement the method for returning a native handle. Instead, we should add a method asking "isSurfaceLost", and implement it appropriately for all RTTextures.