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 issue with vk::StructureChain::assign #1799

Merged
merged 1 commit into from Feb 8, 2024

Conversation

asuessenbach
Copy link
Contributor

Use auto, instead of void *, to also support structures with const void * as type for pNext.

Resolves #1797.

…*, to also support structures with const void * as type for pNext.
@asuessenbach asuessenbach merged commit 7a048a0 into KhronosGroup:main Feb 8, 2024
12 checks passed
@asuessenbach asuessenbach deleted the StructureChain branch February 8, 2024 11:33
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.

cast of const void* to void* in vk::StructureChain::assign
1 participant