Module: Mesa Branch: master Commit: 3fee91d2e7efb9ec21965a734b4e338bd7965fc9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3fee91d2e7efb9ec21965a734b4e338bd7965fc9
Author: Erik Faye-Lund <[email protected]> Date: Mon Oct 26 12:27:41 2020 +0100 docs: add link to extension spec We already do this for all the other VK extensions, so we might as well do this for VK_EXT_vertex_attribute_divisor as well. Fixes: 2ff97847d19 ("docs: document zink's gl > 3.0 requirements") Reviewed-By: Mike Blumenkrantz <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7312> --- docs/drivers/zink.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 974a82f6da4..e39ad3b1bba 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -86,7 +86,7 @@ verified: * Device extensions: - * ``VK_EXT_vertex_attribute_divisor`` + * `VK_EXT_vertex_attribute_divisor`_ Debugging --------- @@ -131,3 +131,4 @@ questions, don't hesitate to visit `#zink on FreeNode .. _VK_KHR_external_memory: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_external_memory.html .. _VK_EXT_transform_feedback: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_EXT_transform_feedback.html .. _VK_EXT_conditional_rendering: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_EXT_conditional_rendering.html +.. _VK_EXT_vertex_attribute_divisor: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_EXT_vertex_attribute_divisor.html _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
