[d3d9] Enable extAttachmentFeedbackLoopLayout feature if available

This commit is contained in:
Joshua Ashton 2022-08-05 19:07:59 +00:00 committed by Joshie
parent 31d17efb48
commit 8d070e54a1
1 changed files with 3 additions and 0 deletions

View File

@ -3963,6 +3963,9 @@ namespace dxvk {
enabled.extCustomBorderColor.customBorderColorWithoutFormat = VK_TRUE;
}
if (supported.extAttachmentFeedbackLoopLayout.attachmentFeedbackLoopLayout)
enabled.extAttachmentFeedbackLoopLayout.attachmentFeedbackLoopLayout = VK_TRUE;
enabled.extNonSeamlessCubeMap.nonSeamlessCubeMap = supported.extNonSeamlessCubeMap.nonSeamlessCubeMap;
return enabled;