Yuriy O'Donnell 764aee6995 D3D: Fixed D3D validation error during EFB to texture copy
Texture was being bound as a render target while still being set as a shader resource.
D3D automatically unbinds the SRV in this case and generates a validation error.
The fix is to manually unbind SRV, render into it and then re-bind to old slots.
2014-12-13 00:32:08 +01:00
..
2014-12-07 20:28:27 -03:00
2014-03-09 21:14:26 +01:00
2014-03-09 21:14:26 +01:00
2013-12-31 14:03:19 -05:00
2014-03-14 13:51:23 -04:00
2014-12-05 23:54:34 -03:00
2014-02-18 02:19:10 -05:00
2014-10-14 22:25:31 -04:00