diff options
author | Andres Gomez <[email protected]> | 2019-09-18 12:44:47 +0300 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2019-09-19 00:03:55 +0300 |
commit | 66f2aa6ccd0b226eebe2c1a46281160b0a54d522 (patch) | |
tree | 59d1be46539d01b67e3b8df587383cdda3890925 | |
parent | 41b0e0d7e0f2353d337e68e8e439b5dfead880c4 (diff) |
docs: Add the maximum implemented Vulkan API version in 19.3 rel notes
Currently, Vulkan 1.1.
Cc: [email protected]
Signed-off-by: Andres Gomez <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
-rw-r--r-- | docs/relnotes/19.3.0.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/relnotes/19.3.0.html b/docs/relnotes/19.3.0.html index 44d0fcd58e4..6a0a2113921 100644 --- a/docs/relnotes/19.3.0.html +++ b/docs/relnotes/19.3.0.html @@ -29,6 +29,11 @@ Some drivers don't support all the features required in OpenGL 4.6. OpenGL 4.6 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.3.0 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> |