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:
authorJoshua Ashton <joshua@froggi.es>2022-12-18 20:25:18 +0300
committerPhilip Rebohle <25567304+doitsujin@users.noreply.github.com>2022-12-20 00:15:18 +0300
commit4335eccae9f233fbf8180395845258a27cb2f180 (patch)
treea69794cd2c96fc555b79a5049ef4b1c1b17d1017 /VP_DXVK_requirements.json
parent33acf58ac78161526f77e3c3e04be17418c5cb79 (diff)
[dxvk] Enable VK_EXT_swapchain_colorspace
Diffstat (limited to 'VP_DXVK_requirements.json')
-rw-r--r--VP_DXVK_requirements.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/VP_DXVK_requirements.json b/VP_DXVK_requirements.json
index 751203d4..133d6c1c 100644
--- a/VP_DXVK_requirements.json
+++ b/VP_DXVK_requirements.json
@@ -185,7 +185,8 @@
"VK_EXT_memory_priority": 1,
"VK_EXT_vertex_attribute_divisor": 1,
"VK_EXT_custom_border_color": 1,
- "VK_EXT_depth_clip_enable": 1
+ "VK_EXT_depth_clip_enable": 1,
+ "VK_EXT_swapchain_colorspace": 1
},
"features": {
"VkPhysicalDeviceFeatures": {
@@ -386,6 +387,12 @@
},
"history": [
{
+ "revision": 4,
+ "date": "2022-12-18",
+ "author": "Joshua Ashton",
+ "comment": "Add VK_EXT_swapchain_colorspace to d3d11_baseline_optional"
+ },
+ {
"revision": 3,
"date": "2022-10-13",
"author": "Christophe Riccio",