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 uninitialized VkPhysicalDeviceGroupProperties #246

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

ishitatsuyuki
Copy link
Contributor

pPhysicalDeviceGroupProperties must be a valid pointer to an array of pPhysicalDeviceGroupCount VkPhysicalDeviceGroupProperties structures, so the caller is responsible for initializing the base fields.

Fix crash with gfxreconstruct. (LunarG/gfxreconstruct#902)

pPhysicalDeviceGroupProperties must be a valid pointer to an array of
pPhysicalDeviceGroupCount VkPhysicalDeviceGroupProperties structures, so
the caller is responsible for initializing the base fields.

Fix crash with gfxreconstruct.
@apanteleev apanteleev merged commit 6e3511e into NVIDIA:master Dec 6, 2022
@ishitatsuyuki ishitatsuyuki deleted the physicaldevicegroup-uninit branch December 7, 2022 11:35
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