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

vulkaninfo: Support 2-call structs in codegen for pNext chains #1003

Merged

Conversation

charles-lunarg
Copy link
Contributor

There are now multiple structs in pNext chains which require calling once to get the size, allocating memory, then calling again to get the data. The codegen now handles such functions, although not very cleanly.

There are now multiple structs in pNext chains which require calling once to
get the size, allocating memory, then calling again to get the data. The
codegen now handles such functions, although not very cleanly.
@ci-tester-lunarg
Copy link

CI Vulkan-Tools build queued with queue ID 210115.

@charles-lunarg charles-lunarg linked an issue Jul 1, 2024 that may be closed by this pull request
@ci-tester-lunarg
Copy link

CI Vulkan-Tools build # 1477 running.

@ci-tester-lunarg
Copy link

CI Vulkan-Tools build # 1477 passed.

@charles-lunarg charles-lunarg merged commit d2f3120 into KhronosGroup:main Jul 12, 2024
19 checks passed
@charles-lunarg charles-lunarg deleted the codegen_2call_pNext_chains branch July 12, 2024 04:55
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.

Add VkPhysicalDeviceLayeredApiPropertiesListKHR to vulkaninfo
3 participants