I’m building my ray tracing pipeline with deferred host operations. However, attempting to call VkCmdTraceRaysKHR
with the built ray tracing pipeline causes the driver to segfault.
The debugger was able to locate the following function within the driver: vkGetInstanceProcAddr → rtcGetVersion.
Without a copy of the NVIDIA driver I amunable to continue debugging. Building the ray tracing pipeline synchronously without Deferred Host Operations does solve the problem.
Driver version: 531.41