From 5e33374fd28237ec94c06725009ccf23d5035b97 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Tue, 30 Aug 2022 13:19:39 +0200 Subject: [PATCH] [meta] Remove shaderStorageImage*WithoutFormat capabilities from profile We no longer use these. --- VP_DXVK_requirements.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/VP_DXVK_requirements.json b/VP_DXVK_requirements.json index 2741b579..6317a829 100644 --- a/VP_DXVK_requirements.json +++ b/VP_DXVK_requirements.json @@ -80,7 +80,6 @@ "features": { "VkPhysicalDeviceFeatures": { "geometryShader": true, - "shaderStorageImageWriteWithoutFormat": true, "imageCubeArray": true, "depthClamp": true, "depthBiasClamp": true, @@ -149,7 +148,6 @@ "features": { "VkPhysicalDeviceFeatures": { "geometryShader": true, - "shaderStorageImageWriteWithoutFormat": true, "depthBounds": true, "imageCubeArray": true, @@ -297,8 +295,7 @@ "features": { "VkPhysicalDeviceFeatures": { "shaderFloat64": true, - "shaderInt64": true, - "shaderStorageImageReadWithoutFormat": true + "shaderInt64": true } } },