diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index bdf1684b6ab1c..3a1954485119a 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 ^^^^^^^^^^