mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
radv: add VK_KHR_copy_commands2 but leave it disabled
To declare new prototypes. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6813>
This commit is contained in:
parent
93f158fa2e
commit
cc709a07f2
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ EXTENSIONS = [
|
|||
Extension('VK_KHR_16bit_storage', 1, True),
|
||||
Extension('VK_KHR_bind_memory2', 1, True),
|
||||
Extension('VK_KHR_buffer_device_address', 1, True),
|
||||
Extension('VK_KHR_copy_commands2', 1, False),
|
||||
Extension('VK_KHR_create_renderpass2', 1, True),
|
||||
Extension('VK_KHR_dedicated_allocation', 1, True),
|
||||
Extension('VK_KHR_depth_stencil_resolve', 1, True),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue