Hello,
I am trying to learn how to use Vulkan, and I wanted to use WSL2 as my environment.
When running the demo code, it seems that no "valid" GPUs are detected.
ie. vkEnumeratePhysicalDevices(instance, &deviceCount, nullptr); //deviceCount == 0
I am wondering if I need to install some specific drivers, I see nvidia instructions through random googling, but nothing AMD related. I am running a 6800 currently...
I guess I could back out and develop through windows and not confuse the situation, but it would be nice to dev for linux through wsl and hopefully maintain some cross platform support from the start.
Thanks - G.Cheeze