docs: vulkan -> Vulkan

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29879>
This commit is contained in:
Erik Faye-Lund
2024-06-24 19:07:29 +02:00
committed by Marge Bot
parent b35e574fd0
commit 1fdc237e7b
2 changed files with 2 additions and 2 deletions

View File

@@ -286,7 +286,7 @@ instruction. The address of the descriptor is calculated as::
.. note::
Turnip reserves one descriptor set for internal use and exposes the other
four for the application via the vulkan API.
four for the application via the Vulkan API.
Software Architecture
---------------------

View File

@@ -40,7 +40,7 @@ LibGL environment variables
.. envvar:: LIBGL_KOPPER_DISABLE
disable vulkan swapchains with Zink if set to ``true``.
disable Vulkan swapchains with Zink if set to ``true``.
In general, this should not be used unless you know what you are
doing. Some examples of "knowing what you are doing" include:
- using a VK driver which has no WSI implementation for your display server