[meta] Remove shaderStorageImage*WithoutFormat capabilities from profile

We no longer use these.
This commit is contained in:
Philip Rebohle 2022-08-30 13:19:39 +02:00
parent 399ba71387
commit 5e33374fd2
1 changed files with 1 additions and 4 deletions

View File

@ -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
}
}
},