(02-13-2018, 08:26 PM)mstreurman Wrote: Try downloading and installing the SDK, sometimes that will solve some Vulkan related issues
I installed Vulkan SDK, now the error message changed from "Failed to load VULKAN library" to "Failed to create VULKAN instance"
updating this reply I must add that I run Vulkaninfo and it gives me the next code below:
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Vulkan info
Vulkan API Version: 1.0.68
ERROR: [loader] Code 0 : loader_get_manifest_files: Registry lookup failed to get ICD manifest files. Possibly missing Vulkan Driver?
Cannot create Vulkan instance.
C:\VulkanSDKBuild\workspace\LoaderAndValidationLayers\demos\vulkaninfo.c:808: failed with VK_ERROR_INCOMPATIBLE_DRIVER
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
