mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 01:24:11 +01:00
[meta] Remove shaderStorageImage*WithoutFormat capabilities from profile
We no longer use these.
This commit is contained in:
parent
399ba71387
commit
5e33374fd2
@ -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…
Reference in New Issue
Block a user