mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-01-24 14:43:41 +08:00
zink: do not enable unused extension
While we should probably use this extension at some point, we don't currently do. So let's remove it, so the code documents the status-quo instead of some potential future direction. Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9925>
This commit is contained in:
parent
3b130ec75d
commit
4bf238f744
@ -34,10 +34,6 @@ Here's a list of those requirements:
|
||||
* ``alphaToOne``
|
||||
* ``shaderClipDistance``
|
||||
|
||||
* Instance extensions:
|
||||
|
||||
* `VK_KHR_external_memory_capabilities`_
|
||||
|
||||
* Device extensions:
|
||||
|
||||
* `VK_KHR_maintenance1`_
|
||||
@ -251,7 +247,6 @@ questions, don't hesitate to visit `#zink on FreeNode
|
||||
<irc://irc.freenode.net/zink>`_ and say hi!
|
||||
|
||||
|
||||
.. _VK_KHR_external_memory_capabilities: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_external_memory_capabilities.html
|
||||
.. _VK_KHR_maintenance1: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_maintenance1.html
|
||||
.. _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
|
||||
|
@ -44,7 +44,6 @@ EXTENSIONS = [
|
||||
Extension("VK_EXT_debug_utils"),
|
||||
Extension("VK_KHR_get_physical_device_properties2",
|
||||
functions=["GetPhysicalDeviceFeatures2", "GetPhysicalDeviceProperties2"]),
|
||||
Extension("VK_KHR_external_memory_capabilities"),
|
||||
Extension("VK_MVK_moltenvk",
|
||||
nonstandard=True),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user