Hello. I’m currently suffering from getting page-fault information in my engine crash dump.
When I make page-fault crash manually in official sample ( NVIDIA/nsight-aftermath-samples: Samples for the Nsight Aftermath SDK. (github.com)) in Vulkan, It does not provide me any pagefault resource information except virtual address like below image.
As sample code enable eEnableResourceTracking
flag, It should tracking resource information from driver-side and provide me resource information that makes page-fault TDR. But It doesn’t.
What I did for making page-fault in official sample is not binding memory for texture.
What I missed?
My vulkan sdk version is 1.3.194 and aftermath sdk version is latest release.