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

Fix codegen for VkPhysicalDeviceLayeredApiPropertiesListKHR #9185

Open
3 tasks
spencer-lunarg opened this issue Jan 9, 2025 · 0 comments
Open
3 tasks

Fix codegen for VkPhysicalDeviceLayeredApiPropertiesListKHR #9185

spencer-lunarg opened this issue Jan 9, 2025 · 0 comments
Labels
codegen Related to code generation

Comments

@spencer-lunarg
Copy link
Contributor

This struct currently breaks all exceptions in the code gen. It is a Physical Device level struct, but it extends VkPhysicalDeviceProperties2 without being a "normal" property struct

VUs missing

  • VUID-VkPhysicalDeviceLayeredApiPropertiesKHR-sType-sType
  • VUID-VkPhysicalDeviceLayeredApiPropertiesKHR-pNext-pNext
  • VUID-VkPhysicalDeviceLayeredApiPropertiesKHR-sType-unique
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codegen Related to code generation
Projects
None yet
Development

No branches or pull requests

1 participant