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 * Initializing vulkan instance, with
VK_KHR_get_physical_device_propert...
You've probably worried with getting Oculus Rift to work with
Xorg&Linux. I think that's total and utter waste of time. In about 5
years you have huge userbase and the main use for a desktop is to
directly hook it to Rift.Instead skip the Linux deskt...
HiI plan to write some software specifically for public places such as
schools and libraries. In these places one person uses the device for
few minutes or hour at a time.The challenge is that person changes all
the time, and so does the IPD. I also ...
Once SDK 1.0 comes along, could you provide a way to retrieve swapchain
in vulkan? Well. Swapchain or bunch of VkImages you can render to.
Whichever fits for you.https://www.khronos.org/registry/vulkan ...
_swapchain
I feel that I bother this part of forum for way too often. This is
already something I feel like I would figure out soon on myself.On
fragment shaders, some nice effects require that you can cast a ray from
the view space. I tried to do it myself lik...
@imperativityI resolved this issue by hardware upgrade. I bought GTX
1060 6GB as a replacement. This "fixed" the issue and I can
proceed.Depending on how fast my stuff catches up, you may hear about
this issue again. I could not wait anymore though. ...
I'm also still waiting for the Linux support enthusiastically. But I am
really happy that you've taken the time and focus to make excellent
quality headset and controllers. The recent software updates have been
great and needed as well.@imperativity ...
Rolz said:There is no financial incentive to bring it out to Linux, zip,
zero nada...Right now, it could be argued that there is no financial
incentive to go big on VR either. Several early VR startups have already
crashed or changed strategy. Right ...
Hello!I did some adjustments. I still manage to get this same error from
swapchain creation (-1009). In both my own application as well as in the
1.19 SDK tiny room Vk sample.On 385.41, oculus rift functions well, but
the attempt to load that vulkan ...
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 vers...