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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user