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

Add missing fields to VkRenderPassCreateInfo2KHR struct #63221

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

BastiaanOlij
Copy link
Contributor

Not all compilers clear structs resulting in unpredictable behavior (i.e. crashes), this PR clears 2 missing fields when calling vkCreateRenderPass2KHR when setting up our splash screen.

Should fix #63207

@nathanfranke
Copy link
Contributor

Confirmed fixes #63207 😄

@BastiaanOlij BastiaanOlij requested a review from akien-mga July 20, 2022 03:44
@akien-mga akien-mga merged commit 7378dc6 into godotengine:master Jul 20, 2022
@akien-mga
Copy link
Member

Thanks!

@BastiaanOlij BastiaanOlij deleted the fix_createinfo_struct branch July 20, 2022 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[4.x regression] segmentation fault at /usr/lib/amdvlkpro64.so
3 participants