You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling vk.get_physical_device_properties( ) without enabling the VK_KHR_get_physical_device_properties2 instance extension causes a segmentation fault.
This affects most of the examples. The workaround is to explicitly enable the extension when calling vk.create_instance( ) (even though this should not be needed when using Vulkan 1.1, because the extension has been promoted to core).
The text was updated successfully, but these errors were encountered:
Calling
vk.get_physical_device_properties( )
without enabling theVK_KHR_get_physical_device_properties2
instance extension causes a segmentation fault.System: Ubuntu 18.04, NVidia 390.116, VulkanSDK 1.1.116.0, MoonVulkan 0.8.
This affects most of the examples. The workaround is to explicitly enable the extension when calling
vk.create_instance( )
(even though this should not be needed when using Vulkan 1.1, because the extension has been promoted to core).The text was updated successfully, but these errors were encountered: