mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 13:00:21 +01:00
radv: Expose Vulkan 1.1 for Android.
We have the YCBCR feature now. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
parent
8bb3cec7c9
commit
295536d47a
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ VkResult radv_EnumerateInstanceVersion(
|
|||
uint32_t
|
||||
radv_physical_device_api_version(struct radv_physical_device *dev)
|
||||
{
|
||||
if (!ANDROID && dev->rad_info.has_syncobj_wait_for_submit)
|
||||
if (dev->rad_info.has_syncobj_wait_for_submit)
|
||||
return ${MAX_API_VERSION.c_vk_version()};
|
||||
return VK_MAKE_VERSION(1, 0, 68);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue