Actions
Emulator Issues #11016
closed[Qt] DirectX11 shows option for GPU-Texture Encoding, although not implemented
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Current
Regression:
No
Relates to usability:
Yes
Relates to performance:
No
Easy:
Yes
Relates to maintainability:
No
Regression start:
Fixed in:
5.0-7100
Description
DirectX11 never got the option for GPU-Texture encoding.
Stenzek implemented it in OpenGL and Vulcan, but did not implement it in the DirectX11 backend, because it was too much work or he didn't have time to.
(See: https://github.com/dolphin-emu/dolphin/pull/4467 )
Consequently WX never showed the option to enable it, when DirectX was the backend. In Qt it is implemented however.
This could be either fixed by removing the option in DX or implementing that feature for DX as well to have this feature implemented in all backends.
Actions