diff options
author | Jon Leech <[email protected]> | 2022-12-01 06:22:19 -0800 |
---|---|---|
committer | Jon Leech <[email protected]> | 2022-12-01 06:24:21 -0800 |
commit | 2826791bed6a793f164bf534cd859968f13df8a9 (patch) | |
tree | b275c69bf46a71e942a577d8e90241a76f917246 /registry/profiles | |
parent | b092b2fccc812453c1d0ec0a829eb8f34f174803 (diff) | |
download | Vulkan-Headers-2826791bed6a793f164bf534cd859968f13df8a9.tar.gz Vulkan-Headers-2826791bed6a793f164bf534cd859968f13df8a9.zip |
Update for Vulkan-Docs 1.3.236v1.3.236
Diffstat (limited to 'registry/profiles')
-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" ] } } |