Skip to content

WIP: d3d12: make sure emulated formats get the right alpha-treatment

Erik Faye-Lund requested to merge d3d12-blend_dst_alpha_one into msclc-d3d12

Noticed this while debugging something else. We probably need to do the same for samplers as well; make sure that emulated channels gets swizzles giving us 1 instead of whatever happens to be in the alpha-channel.

WIP, because I haven't really tested that this helps against anything.

Merge request reports