Fix for RT-33390 check for incorrect condition when testing that render target was changed.
In the previous fix the clip was reset on D3D_OK and on any failure.
We want to reset the clip only on D3D_OK and not on failure or S_FALSE.
S_FALSE indicates that the call succeeded, but render target was not changed.
In the previous fix the clip was reset on D3D_OK and on any failure.
We want to reset the clip only on D3D_OK and not on failure or S_FALSE.
S_FALSE indicates that the call succeeded, but render target was not changed.
- relates to
-
JDK-8115000 [D3D] Bad assumption in D3D clip leads to rendering errors
-
- Closed
-