-
Notifications
You must be signed in to change notification settings - Fork 129
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 crash in vkBeginCommandBuffer #1922
base: dev
Are you sure you want to change the base?
Fix crash in vkBeginCommandBuffer #1922
Conversation
CI gfxreconstruct build queued with queue ID 326099. |
@@ -284,6 +284,17 @@ def make_cmd_body(self, return_type, name, values): | |||
|
|||
body += '\n' | |||
|
|||
if name == 'vkBeginCommandBuffer': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if there is a better place to put this generated code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would vote for creating an override function and handle it there
CI gfxreconstruct build # 5566 running. |
CI gfxreconstruct build # 5566 failed. |
CI gfxreconstruct build queued with queue ID 326150. |
CI gfxreconstruct build # 5567 running. |
CI gfxreconstruct build # 5567 failed. |
This PR needs resolution of the failed CI Jenkins run test cases and deciding whether Panos' suggestion to move this to an override function is appropriate, is that right? |
From the spec:
This would crash if pInheritanceInfo is pointing to invalid memory.