-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: javafx
Currently we have to put a workaround in ES2PhongMaterial and D3DPhongMaterial to mark texture as permanent:
map.contentsUseful();
map.makePermanent();
because we can't add the lock and unlock logic to inform the system when the texture is really in used for rendering.
map.contentsUseful();
map.makePermanent();
because we can't add the lock and unlock logic to inform the system when the texture is really in used for rendering.
- blocks
-
JDK-8124343 FX 8 3D: TestViewer crashes on the d3d pipe
-
- Closed
-
- is blocked by
-
JDK-8124303 Need a proper fix for texture handling in PhongMaterial
-
- Resolved
-