d3d11: Fix for UYVY/VYUY format rendering
Don't assume that non-native DXGI formats support RTV and/or SRV. We are mapping UYVY and VYUY formats to DXGI_FORMAT_R8G8_B8G8_UNORM which doesn't support render target view
Edited by Seungha Yang
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Don't assume that non-native DXGI formats support RTV and/or SRV. We are mapping UYVY and VYUY formats to DXGI_FORMAT_R8G8_B8G8_UNORM which doesn't support render target view