Skip to content
Snippets Groups Projects
Commit fa786955 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard
Browse files

winevulkan: Trace unsupported instance extensions.

parent 35652ebf
Branches
Tags
No related merge requests found
......@@ -730,9 +730,10 @@ VkResult WINAPI wine_vkEnumerateInstanceExtensionProperties(const char *layer_na
{
if (wine_vk_instance_extension_supported(host_properties[i].extensionName))
num_properties++;
else
TRACE("Instance extension '%s' is not supported.\n", host_properties[i].extensionName);
}
/* We only have to count. */
if (!properties)
{
TRACE("Returning %u extensions\n", num_properties);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment