Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vk.get_physical_device_properties segmentation fault #3

Open
stetre opened this issue Jun 17, 2019 · 0 comments
Open

vk.get_physical_device_properties segmentation fault #3

stetre opened this issue Jun 17, 2019 · 0 comments
Labels

Comments

@stetre
Copy link
Owner

stetre commented Jun 17, 2019

Calling vk.get_physical_device_properties( ) without enabling the VK_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).

@stetre stetre added the bug label Jun 17, 2019
stetre added a commit that referenced this issue Jul 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant