FidelityFX-SDK icon indicating copy to clipboard operation
FidelityFX-SDK copied to clipboard

ffx_vk.cpp vkCmdBeginDebugUtilsLabelEXT crash

Open svatostop opened this issue 1 year ago • 0 comments

Hi! We are trying to integrate FSR3 to the project using sources from sdk/ folder. We are running on Windows/Linux using Vulkan.

After generating static libraries with release tag the game with FSR3 enabled crashes in ExecuteGpuJobsVK in ffx_vk.cpp

Wrapping beginMarkerVK() and endMarkerVK() into #ifdef _DEBUG fixes the issue.

svatostop avatar Nov 21 '24 16:11 svatostop