Initially reported on Discord by EIREXE.
The issue is fairly obvious in this picture:
https://cdn.discordapp.com/attachments/853130811581530145/975008692925767751/unknown.png
Apitraces:
It renders correctly on Nvidia GPUs. @CME42 identified the D24->D32 workaround as the cause of it. Forcing that makes it possible to reproduce it on Nvidia hardware.
The issue is due to depth bias, changing the RValue from 1<<23 to 1<<24 for D32 fixes shadow acne.
Fixed by #3501
Nothing extracted yet.
Initially reported on Discord by EIREXE.
The issue is fairly obvious in this picture:
https://cdn.discordapp.com/attachments/853130811581530145/975008692925767751/unknown.png
Apitraces:
It renders correctly on Nvidia GPUs. @CME42 identified the D24->D32 workaround as the cause of it. Forcing that makes it possible to reproduce it on Nvidia hardware.