Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
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()
Votes Newest

Answers


either your graphics card does not support vulkan (use opengl backend) or your driver is too old. you can check on gpuinfo.org

3K Views
1 Answer
4 years ago
3 years ago
Tags