Skip to content

d3d12: emulate two-sided polygon-mode

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

This allows us an incorrect, but better-than-nothing form of two-sided polygon-mode on D3D12. We render all backfaces, followed with all front-faces instead.

This doesn't give the correct result in all cases, but works in many cases.

Merge request reports