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

Implement basic support for VK_EXT_tooling_info. #2435

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

squidbus
Copy link
Contributor

@squidbus squidbus commented Feb 4, 2025

Implements basic support for VK_EXT_tooling_info.

Everything is wired up for the MVKPhysicalDevice to provide tool properties, but it currently just returns that there are no tools, since (as far as I can tell) Metal does not have a standard way of reporting any attached tools on the Metal side of things. However, with support now advertised, applications can now properly detect support and get information on Vulkan-side tools from the Vulkan loader in the middle, such as the Vulkan Validation Layers if attached.

Passes both available CTS tests dEQP-VK.api.tooling_info.validate_getter and dEQP-VK.api.tooling_info.validate_tools_properties.

Copy link
Contributor

@billhollings billhollings left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM.

@billhollings billhollings merged commit 5f8a9f9 into KhronosGroup:main Feb 6, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants