Hello, I am looking into loading some missing Vulcan extensions onto my GPU (GTX 1660ti) that I know have been supported in the past. Here is my situation:
I have the latest drivers for my GPU (version 566.36.0.0), but I am missing VK_KHR_ray_query. I have looked at the history of support for this extension for my device and have found that it was included in driver version 460.89. However, this version is then missing VK_KHR_dynamic_rendering, which I also need, but this is present in my current driver.
I don’t know very much about drivers and how these extensions are loaded, but from what I understand, my GPU has previously had support for both of these extensions separately, but not together. Why is that and is it possible for me to somehow install the ray_query extension now?
Thank you all very much for your help and information.