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

BindVideoSessionMemoryKHR needs to be a method on VulkanResourceAllocator for "rebind" to work #1593

Closed
bradgrantham-lunarg opened this issue Jun 19, 2024 · 1 comment · Fixed by #1620
Assignees
Labels
P1 Prevents an important capture from being replayed

Comments

@bradgrantham-lunarg
Copy link
Contributor

Replaying a Vulkan video decode capture crashes in BindVideoSessionMemoryKHR because the creation of memory is deferred in VulkanRebindAllocator. Encode will also fail the same way.

@bradgrantham-lunarg bradgrantham-lunarg added the P1 Prevents an important capture from being replayed label Jun 19, 2024
@bradgrantham-lunarg
Copy link
Contributor Author

Also note that I wasn't able to run a video decode sample without "-m" nor with "-m realign" nor "-m remap".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 Prevents an important capture from being replayed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants