mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 08:20:12 +01:00
nvk: Expose VK_EXT_swapchain_colorspace
This extension is basically a no-op exposing some new enums. Signed-off-by: Valentine Burley <valentine.burley@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28203>
This commit is contained in:
parent
68e93cce5e
commit
5bde82b353
2 changed files with 2 additions and 1 deletions
|
|
@ -656,7 +656,7 @@ Khronos extensions that are not part of any Vulkan version:
|
|||
VK_AMD_texture_gather_bias_lod DONE (anv, radv)
|
||||
VK_ARM_rasterization_order_attachment_access DONE (lvp, tu)
|
||||
VK_EXT_mutable_descriptor_type DONE (anv, lvp, nvk, radv, tu, vn)
|
||||
VK_EXT_swapchain_colorspace DONE (radv, anv, tu)
|
||||
VK_EXT_swapchain_colorspace DONE (anv, nvk, radv, tu)
|
||||
VK_EXT_depth_clamp_zero_one DONE (anv, radv)
|
||||
VK_INTEL_shader_integer_functions2 DONE (anv, hasvk, radv)
|
||||
VK_KHR_map_memory2 DONE (anv, nvk, radv, tu)
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ static const struct vk_instance_extension_table instance_extensions = {
|
|||
.KHR_surface = true,
|
||||
.KHR_surface_protected_capabilities = true,
|
||||
.EXT_surface_maintenance1 = true,
|
||||
.EXT_swapchain_colorspace = true,
|
||||
#endif
|
||||
#ifdef VK_USE_PLATFORM_WAYLAND_KHR
|
||||
.KHR_wayland_surface = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue