Skip to content

d3d11/utils: remove default case

Kacper Michajłow requested to merge kasper93/libplacebo:switch_fun into master

All those values need to be handled and removing defualt case enabled compiler warning if something is missing.

Also remove int cast from DXGI_FORMAT switch, it is not needed there.

Merge request reports