-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0.2
We should be able to allocate managed reosurces.
Calling TestCooperativeLevel on each resource allocaton is not recommened by usage practices.
The right practice is :
if ( TestCooperativeLevel is OK )
render frame
else try to restore device.
Calling TestCooperativeLevel on each resource allocaton is not recommened by usage practices.
The right practice is :
if ( TestCooperativeLevel is OK )
render frame
else try to restore device.
- relates to
-
JDK-8128123 NPE on lock screen
- Closed