mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[meta] Fix some trailing comma warnings in Vulkan profile
This commit is contained in:
parent
575367461c
commit
788d80cfe7
1 changed files with 3 additions and 3 deletions
|
@ -132,7 +132,7 @@
|
|||
},
|
||||
"VkPhysicalDeviceCustomBorderColorFeaturesEXT": {
|
||||
"customBorderColors": true,
|
||||
"customBorderColorWithoutFormat": true,
|
||||
"customBorderColorWithoutFormat": true
|
||||
},
|
||||
"VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT": {
|
||||
"attachmentFeedbackLoopLayout": true
|
||||
|
@ -199,7 +199,7 @@
|
|||
|
||||
"VkPhysicalDeviceCustomBorderColorFeaturesEXT": {
|
||||
"customBorderColors": true,
|
||||
"customBorderColorWithoutFormat": true,
|
||||
"customBorderColorWithoutFormat": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -220,7 +220,7 @@
|
|||
},
|
||||
"VkPhysicalDeviceDepthClipEnableFeaturesEXT": {
|
||||
"depthClipEnable": true
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
"d3d11_level9_1_optional": {
|
||||
|
|
Loading…
Add table
Reference in a new issue