Forum Discussion
cheery
8 years agoExplorer
ovr_CreateTextureSwapChainVk returns with ovrError_Unsupported (-1009)
Hi, I'm attempting to setup a Vulkan swapchain for Oculus. I've followed through the guide, with the following steps: * Calling ovr_Initialize, then the ovr_Create, ovr_GetHmdDesc * Initial...
cheery
8 years agoExplorer
char* extensionNames might have to be char** extensionNames for it to work.
These functions are going to help. They will make this kind of problems more visible for the user, if it will ever occur again.
I did install and try out the NVIDIA driver versions from June and July. None of them provided the VK_KHX_external_memory_capabilities to my graphics card. Therefore the different extension may be card-specific entirely.
On my Linux machine nvidia drivers are going at 381.09 and they have the mentioned instance extension with GTX 960. I'll try the 381.89 next.
Update: The 381.89 has the VK_NV_external_memory_capabilities. I think it's got to do something with the 780 ti being a Kepler and 980 GTX being a Maxwell.
Update #2: yet... https://devtalk.nvidia.com/default/topic/994252/?comment=5086174 he's got the thing in the list. Maybe I just have to go with even older driver?
Update #3: no. I just tried the oldest driver I can get from the archive, which should be from May. Still I don't see the KHX version of that instance extension.
Finally decided to ask it there as well.. Maybe they know what's going on: https://devtalk.nvidia.com/default/topic/1021776/vulkan/vk_khx_external_memory_capabilities-missing-on-gtx-780-ti/
These functions are going to help. They will make this kind of problems more visible for the user, if it will ever occur again.
I did install and try out the NVIDIA driver versions from June and July. None of them provided the VK_KHX_external_memory_capabilities to my graphics card. Therefore the different extension may be card-specific entirely.
On my Linux machine nvidia drivers are going at 381.09 and they have the mentioned instance extension with GTX 960. I'll try the 381.89 next.
Update: The 381.89 has the VK_NV_external_memory_capabilities. I think it's got to do something with the 780 ti being a Kepler and 980 GTX being a Maxwell.
Update #2: yet... https://devtalk.nvidia.com/default/topic/994252/?comment=5086174 he's got the thing in the list. Maybe I just have to go with even older driver?
Update #3: no. I just tried the oldest driver I can get from the archive, which should be from May. Still I don't see the KHX version of that instance extension.
Finally decided to ask it there as well.. Maybe they know what's going on: https://devtalk.nvidia.com/default/topic/1021776/vulkan/vk_khx_external_memory_capabilities-missing-on-gtx-780-ti/
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 2 years ago