Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2022-09-04 16:52:23 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2022-09-04 19:28:27 +0300
commit6d9353f4e907d634e09e11ae810a9a22342cd14d (patch)
treee4b8929b073e69765c05f993753f88faa4daf582 /VP_DXVK_requirements.json
parent882072e13404c597ca79fef63d1f3e4cb9725a75 (diff)
[d3d11] Don't depend on variableMultisampleRate feature
Diffstat (limited to 'VP_DXVK_requirements.json')
-rw-r--r--VP_DXVK_requirements.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/VP_DXVK_requirements.json b/VP_DXVK_requirements.json
index 6317a829..c2bfc445 100644
--- a/VP_DXVK_requirements.json
+++ b/VP_DXVK_requirements.json
@@ -268,8 +268,7 @@
"d3d11_level10_0_optional": {
"features": {
"VkPhysicalDeviceFeatures": {
- "logicOp": true,
- "variableMultisampleRate": true
+ "logicOp": true
}
}
},
@@ -303,7 +302,6 @@
"features": {
"VkPhysicalDeviceFeatures": {
"logicOp": true,
- "variableMultisampleRate": true,
"vertexPipelineStoresAndAtomics": true
}
}