mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-12 22:08:59 +01:00
[d3d9] Enable extAttachmentFeedbackLoopLayout feature if available
This commit is contained in:
parent
31d17efb48
commit
8d070e54a1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user