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

AGI does not support newer Vulkan functions #1289

Open
DethRaid opened this issue Apr 13, 2023 · 0 comments
Open

AGI does not support newer Vulkan functions #1289

DethRaid opened this issue Apr 13, 2023 · 0 comments

Comments

@DethRaid
Copy link

Environment information:

  • AGI version: 3.36.0
  • Host OS: Windows 11
    If tracing on Android:
  • Device model: Pixel 7
  • Android Version: 13

Bug description
AGI does not support newer Vulkan functions such as vkGetDeviceBufferMemoryRequirements, vkGetDeviceImageMemoryRequirements, vkCmdPipelineBarrier2, and more. This causes my application to crash when running in AGI

This current crash is from Vulkan Memory Allocator trying to use vkGetDeviceBufferMemoryRequirements, but my application also uses vkResetQueryPool, vkCmdPipelineBarrier2, vkQueueSubmit2, and vkGetDeviceImageMemoryRequirements

Reproduction steps
Steps to reproduce the behavior:

  • Write a Vulkan application that uses newer Vulkan functions
  • Try to take a frame capture in AGI
  • Observe a crash

Stacktrace
N/A

Screenshots
N/A

Additional debugging information

  • Please attach the generated gapis.log and gapic.log files you will find in the temp folder (e.g. /tmp/ on linux).
    gapic.log
    gapis.log
  • If using Android: Please attach a full logcat dump (adb logcat -d > logcat-full.txt) that contains logs since AGI was started.
    ADB logcat.log
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

No branches or pull requests

1 participant