mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[meta] Remove shaderStorageImage*WithoutFormat capabilities from profile
We no longer use these.
This commit is contained in:
parent
399ba71387
commit
5e33374fd2
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue