protonscr

[d3d9] Images are never created with VK_IMAGE_USAGE_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT

dxvkclosed
doitsujin/dxvk#2825 · opened 2022-08-15 by werman · updated 2022-08-16 · 1 comments · github
Wwerman 2022-08-15 github

Looking through the code (as of 6baaa3a) to see how VK_EXT_attachment_feedback_loop_layout is used, I noticed that VK_IMAGE_USAGE_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT is never added to images even though there are transitions to VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXT.

Mmisyltoad 2022-08-15 github

Good catch!

Nothing extracted yet.