tu: Expose Vulkan 1.2

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13756>
This commit is contained in:
Connor Abbott
2021-11-11 13:35:10 +01:00
committed by Marge Bot
parent c6216c941c
commit a9b4a507fe
+1 -1
View File
@@ -72,7 +72,7 @@ tu_device_get_cache_uuid(uint16_t family, void *uuid)
return 0;
}
#define TU_API_VERSION VK_MAKE_VERSION(1, 1, VK_HEADER_VERSION)
#define TU_API_VERSION VK_MAKE_VERSION(1, 2, VK_HEADER_VERSION)
VKAPI_ATTR VkResult VKAPI_CALL
tu_EnumerateInstanceVersion(uint32_t *pApiVersion)