[PATCH] dlls/dxgi: Implement IDXGIFactory5::CheckFeatureSupport.

Zhiyi Zhang zzhang at codeweavers.com
Wed Apr 1 20:59:12 CDT 2020



On 4/2/20 1:42 AM, Chip Davis wrote:
> April 1, 2020 10:14 AM, "Zhiyi Zhang" <zzhang at codeweavers.com> wrote:
>
>> It's would be better to use a switch statement rather than a if
>> because there are other features.
> What other features? The only one in the header, and the only one documented, is DXGI_FEATURE_PRESENT_ALLOW_TEARING.
>
> Chip
Sorry. You're right. Turns out I was mixing ID3D12Device::CheckFeatureSupport and IDXGIFactory5::CheckFeatureSupport.



More information about the wine-devel mailing list