From be235edfe2bc79f3e51e09831fe57753ed5da773 Mon Sep 17 00:00:00 2001 From: Christophe Date: Mon, 24 Oct 2022 18:28:09 +0200 Subject: [PATCH] zink: add profile documentation Part-of: --- docs/drivers/zink.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index bdf1684b6ab..3a195448511 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -12,7 +12,19 @@ Features -------- The feature-level of Zink depends on two things; what's implemented in Zink, -as well as the features of the Vulkan driver. +as well as the capabilities of the Vulkan driver. + +The feature-levels implemented by Zink are exposed by +`Vulkan Profiles` in the +`VP_ZINK_requirements.json` +profiles file. + +Used with the `Vulkan Profiles tools`, +we can compare the ZINK profiles with Vulkan devices profiles generated with +`Vulkaninfo` +or downloaded from +`GPUinfo.org` +to establish the feature-levels supported by these drivers. OpenGL 2.1 ^^^^^^^^^^