either your graphics card does not support vulkan (use opengl backend) or your driver is too old. you can check on gpuinfo.org
Answered
Cannot create vulkan instance
Unhandled Exception: System.TypeInitializationException: The type initializer for 'Aardvark.Rendering.Vulkan.Instance' threw an exception. ---> System.TypeInitializationException: The type initializer for '<StartupCode$Aardvark-Rendering-Vulkan>.$Platform' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'vulkan-1': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at Aardvark.Rendering.Vulkan.VkRaw.vkEnumerateInstanceLayerProperties(UInt32* pPropertyCount, VkLayerProperties* pProperties)
at <StartupCode$Aardvark-Rendering-Vulkan>.$Platform..cctor() in C:\- Data\aardvark.rendering\src\Aardvark.Rendering.Vulkan\Core\Platform.fs:line 124
--- End of inner exception stack trace ---
at Aardvark.Rendering.Vulkan.Instance..cctor()
--- End of inner exception stack trace ---
at Aardvark.Rendering.Vulkan.Instance.get_GlobalExtensions()
3K Views
1
Answer
4 years ago
3 years ago
Tags