[meta] Fix some trailing comma warnings in Vulkan profile

This commit is contained in:
Philip Rebohle 2022-08-30 13:17:52 +02:00
parent 575367461c
commit 788d80cfe7

View file

@ -132,7 +132,7 @@
}, },
"VkPhysicalDeviceCustomBorderColorFeaturesEXT": { "VkPhysicalDeviceCustomBorderColorFeaturesEXT": {
"customBorderColors": true, "customBorderColors": true,
"customBorderColorWithoutFormat": true, "customBorderColorWithoutFormat": true
}, },
"VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT": { "VkPhysicalDeviceAttachmentFeedbackLoopLayoutFeaturesEXT": {
"attachmentFeedbackLoopLayout": true "attachmentFeedbackLoopLayout": true
@ -199,7 +199,7 @@
"VkPhysicalDeviceCustomBorderColorFeaturesEXT": { "VkPhysicalDeviceCustomBorderColorFeaturesEXT": {
"customBorderColors": true, "customBorderColors": true,
"customBorderColorWithoutFormat": true, "customBorderColorWithoutFormat": true
} }
} }
}, },
@ -220,7 +220,7 @@
}, },
"VkPhysicalDeviceDepthClipEnableFeaturesEXT": { "VkPhysicalDeviceDepthClipEnableFeaturesEXT": {
"depthClipEnable": true "depthClipEnable": true
}, }
} }
}, },
"d3d11_level9_1_optional": { "d3d11_level9_1_optional": {