There was an error fetching the commit references. Please try again later.
vk_device: Add entry to catch device losses
VK_NV_device_diagnostic_checkpoints allows us to push data to a Vulkan queue and then query it even after a device loss. This allows us to push the current pipeline object and see what was the call that killed the device.
Showing
- src/video_core/renderer_vulkan/vk_device.cpp 21 additions, 0 deletionssrc/video_core/renderer_vulkan/vk_device.cpp
- src/video_core/renderer_vulkan/vk_device.h 9 additions, 0 deletionssrc/video_core/renderer_vulkan/vk_device.h
- src/video_core/renderer_vulkan/vk_resource_manager.cpp 10 additions, 1 deletionsrc/video_core/renderer_vulkan/vk_resource_manager.cpp
Loading
Please register or sign in to comment