mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
radv: add support for VK_AMD_negative_viewport_height
The driver already supports this extension in practice. Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
2c748c5c8a
commit
eff7bbc47e
1 changed files with 4 additions and 0 deletions
|
|
@ -178,6 +178,10 @@ static const VkExtensionProperties device_extensions[] = {
|
||||||
.extensionName = VK_KHR_SWAPCHAIN_EXTENSION_NAME,
|
.extensionName = VK_KHR_SWAPCHAIN_EXTENSION_NAME,
|
||||||
.specVersion = 68,
|
.specVersion = 68,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.extensionName = VK_AMD_NEGATIVE_VIEWPORT_HEIGHT_EXTENSION_NAME,
|
||||||
|
.specVersion = 1,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static void *
|
static void *
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue