diff options
author | Andres Gomez <[email protected]> | 2019-09-18 12:42:13 +0300 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2019-09-19 00:03:39 +0300 |
commit | d2db43fcad6a2ea2070ff5f7884411f4b7d3925c (patch) | |
tree | d0a33618b71315fa7fa4138f20420b45ffd05c57 /docs | |
parent | d9760f8935afc4aab0ecafa635c706dea9fde6a3 (diff) |
docs: Add the maximum implemented Vulkan API version in 19.1 rel notes
Currently, Vulkan 1.1.
Cc: 19.1 <[email protected]>
Signed-off-by: Andres Gomez <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/19.1.7.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/relnotes/19.1.7.html b/docs/relnotes/19.1.7.html index e91ae6febdc..8b21ae85e3c 100644 --- a/docs/relnotes/19.1.7.html +++ b/docs/relnotes/19.1.7.html @@ -27,6 +27,11 @@ Some drivers don't support all the features required in OpenGL 4.5. OpenGL 4.5 is <strong>only</strong> available if requested at context creation. Compatibility contexts may report a lower version depending on each driver. </p> +<p> +Mesa 19.1.7 implements the Vulkan 1.1 API, but the version reported by +the apiVersion property of the VkPhysicalDeviceProperties struct +depends on the particular driver being used. +</p> <h2>SHA256 checksums</h2> <pre> |