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

Vulkano gets memory requirements on swapchain images #2130

Closed
alphaqu opened this issue Jan 15, 2023 · 0 comments · Fixed by #2131
Closed

Vulkano gets memory requirements on swapchain images #2130

alphaqu opened this issue Jan 15, 2023 · 0 comments · Fixed by #2131

Comments

@alphaqu
Copy link

alphaqu commented Jan 15, 2023

Setup

  • Version of vulkano: f320518
  • OS: Linux Kubuntu
  • GPU (the selected PhysicalDevice): RTX 3060
  • GPU Driver: NVIDIA-525

Issue

Vulkano tries to get memory requirements on swapchain images which may cause issues with some vulkan drivers. In this case im having issues using renderdoc as it modifies the vkGetImageMemoryRequirements2 method in a way where it yields memory requirement size of 0 which crashes vulkano.

marc0246 added a commit to marc0246/vulkano that referenced this issue Jan 15, 2023
@marc0246 marc0246 mentioned this issue Jan 15, 2023
@Rua Rua closed this as completed in #2131 Jan 15, 2023
Rua pushed a commit that referenced this issue Jan 15, 2023
hakolao pushed a commit to hakolao/vulkano that referenced this issue Feb 20, 2024
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 a pull request may close this issue.

1 participant