diff options
Diffstat (limited to 'registry/profiles/VP_KHR_roadmap_2022.json')
-rw-r--r-- | registry/profiles/VP_KHR_roadmap_2022.json | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/registry/profiles/VP_KHR_roadmap_2022.json b/registry/profiles/VP_KHR_roadmap_2022.json index 0fe7926..b528eca 100644 --- a/registry/profiles/VP_KHR_roadmap_2022.json +++ b/registry/profiles/VP_KHR_roadmap_2022.json @@ -1,5 +1,5 @@ { - "$schema": "https://schema.khronos.org/vulkan/profiles-0.8.0-204.json#", + "$schema": "https://schema.khronos.org/vulkan/profiles-0.8.1-204.json#", "capabilities": { "vulkan10requirements": { "features": { @@ -54,14 +54,28 @@ "subTexelPrecisionBits": 8, "mipmapPrecisionBits": 6, "maxSamplerLodBias": 14, - "pointSizeGranularity": 0.125, - "lineWidthGranularity": 0.5, "standardSampleLocations": true, "maxColorAttachments": 7 } } } }, + "vulkan10optionals_roadmap2022": { + "features": { + "VkPhysicalDeviceFeatures": { + "largePoints": true, + "wideLines": true + } + }, + "properties": { + "VkPhysicalDeviceProperties": { + "limits": { + "pointSizeGranularity": 0.125, + "lineWidthGranularity": 0.5 + } + } + } + }, "vulkan11requirements": { "features": { "VkPhysicalDeviceVulkan11Features": { @@ -307,10 +321,16 @@ }, "history": [ { + "revision": 7, + "date": "2022-11-16", + "author": "Christophe Riccio", + "comment": "Fix wideLines and largePoints that are optionals" + }, + { "revision": 6, "date": "2022-11-02", "author": "Christophe Riccio", - "comment": "fix roadmap 2022 maxInlineUniformTotalSize limit, 256 instead of 4" + "comment": "Fix roadmap 2022 maxInlineUniformTotalSize limit, 256 instead of 4" }, { "revision": 5, @@ -352,6 +372,9 @@ "vulkan12requirements_roadmap2022", "vulkan13requirements", "vulkan13requirements_roadmap2022" + ], + "optionals": [ + "vulkan10optionals_roadmap2022" ] } } |