From 788d80cfe7980765572c7212808d836febf6ac8a Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Tue, 30 Aug 2022 13:17:52 +0200 Subject: [PATCH] [meta] Fix some trailing comma warnings in Vulkan profile --- VP_DXVK_requirements.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VP_DXVK_requirements.json b/VP_DXVK_requirements.json index ca4a637c..8277be74 100644 --- a/VP_DXVK_requirements.json +++ b/VP_DXVK_requirements.json @@ -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": {