You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Environment information:
If tracing on Android:
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 AGIThis current crash is from Vulkan Memory Allocator trying to use
vkGetDeviceBufferMemoryRequirements
, but my application also usesvkResetQueryPool
,vkCmdPipelineBarrier2
,vkQueueSubmit2
, andvkGetDeviceImageMemoryRequirements
Reproduction steps
Steps to reproduce the behavior:
Stacktrace
N/A
Screenshots
N/A
Additional debugging information
gapic.log
gapis.log
adb logcat -d > logcat-full.txt
) that contains logs since AGI was started.ADB logcat.log
The text was updated successfully, but these errors were encountered: