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

Android hardware buffer handling tweaks #3325

Merged
merged 1 commit into from
May 22, 2024

Conversation

cmannett85-arm
Copy link
Collaborator

  • Calling vkGetImageMemoryRequirements on AHB-backed images before binding is out-of-spec, so that is now deferred until bind
  • Calling vkCreateImage with an undefined format will cause an error to be returned

renderdoc/driver/vulkan/vk_resources.h Outdated Show resolved Hide resolved
renderdoc/driver/vulkan/wrappers/vk_resource_funcs.cpp Outdated Show resolved Hide resolved
renderdoc/driver/vulkan/wrappers/vk_resource_funcs.cpp Outdated Show resolved Hide resolved
renderdoc/driver/vulkan/wrappers/vk_resource_funcs.cpp Outdated Show resolved Hide resolved
* Calling vkGetImageMemoryRequirements on AHB-backed images before binding is out-of-spec, so that is now deferred until bind
* Calling vkCreateImage with an undefined format will cause an error to be returned
@baldurk baldurk merged commit 18256e1 into baldurk:v1.x May 22, 2024
16 checks passed
@cmannett85-arm cmannett85-arm deleted the external-format-tweaks branch May 22, 2024 16:03
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