Commit a1f62dd
committed
Fix crash in Richard Burns Rally with DXVK 2.6.2
DXVK can call "vkCmdClearAttachments" in a secondary command buffer, which is provided with inheritance rendering info, but is missing the attachments at recording time.
As such the "clear_depth_stencil_view" event is invoked with a zero handle, which was not handled.1 parent 21e3fb9 commit a1f62dd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
765 | 765 | | |
766 | 766 | | |
767 | 767 | | |
768 | | - | |
| 768 | + | |
769 | 769 | | |
770 | 770 | | |
771 | 771 | | |
| |||
0 commit comments