mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
turnip: add VK_KHR_sampler_mirror_clamp_to_edge
Signed-off-by: Jonathan Marek <jonathan@marek.ca> Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
parent
2f939ef889
commit
c47f58bd4d
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ EXTENSIONS = [
|
|||
Extension('VK_KHR_maintenance1', 1, True),
|
||||
Extension('VK_KHR_maintenance2', 1, True),
|
||||
Extension('VK_KHR_maintenance3', 1, True),
|
||||
Extension('VK_KHR_sampler_mirror_clamp_to_edge', 1, True),
|
||||
Extension('VK_KHR_surface', 25, 'TU_HAS_SURFACE'),
|
||||
Extension('VK_KHR_swapchain', 68, 'TU_HAS_SURFACE'),
|
||||
Extension('VK_KHR_wayland_surface', 6, 'VK_USE_PLATFORM_WAYLAND_KHR'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue