mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 03:28:09 +02:00
anv: Enable VK_ANDROID_external_format_resolve
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37177>
This commit is contained in:
parent
eb70d66228
commit
3a124ac82a
1 changed files with 1 additions and 0 deletions
|
|
@ -396,6 +396,7 @@ get_device_extensions(const struct anv_physical_device *device,
|
|||
if (vk_android_get_ugralloc() != NULL) {
|
||||
ext->ANDROID_external_memory_android_hardware_buffer = true,
|
||||
ext->ANDROID_native_buffer = true;
|
||||
ext->ANDROID_external_format_resolve = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue