Skip to content

d3d11/swapchain: fallback to R8G8B8A8_UNORM if creating a high bitdepth swapchain fails

Hendrik Leppkes requested to merge h.leppkes/libplacebo:d3d11swapfix into master

On older Windows versions, we cannot properly test for availability of the high bitdepth formats, and creation might fail here.

Merge request reports