mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
anv: Expose VK_KHR_maintenance1
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
parent
756533520e
commit
a435991d3c
1 changed files with 5 additions and 1 deletions
|
|
@ -263,7 +263,11 @@ static const VkExtensionProperties device_extensions[] = {
|
|||
{
|
||||
.extensionName = VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME,
|
||||
.specVersion = 1,
|
||||
}
|
||||
},
|
||||
{
|
||||
.extensionName = VK_KHR_MAINTENANCE1_EXTENSION_NAME,
|
||||
.specVersion = 1,
|
||||
},
|
||||
};
|
||||
|
||||
static void *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue