Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
deftware's avatar
deftware
Expert Protege
8 years ago
Solved

Rift not displaying my swapchain textures?

 I've been hacking together a bare-minimum LibOVR test program to get my bearings with the API and see what works and what doesn't, and so far everything works fine: creating a session, querying the...
  • deftware's avatar
    8 years ago
    I posted more details about ovr_GetRenderDesc excluding the quaternion orientation with a v1.22 session here: https://forums.oculusvr.com/developer/discussion/61579/calling-ovr-getrenderdesc-directly-from-1-22-libovr-runttime-incongruous-with-1-17-changes#latest
  • eah's avatar
    8 years ago
    Hi @deftware, we version the export names in our runtime dll in order to maintain backward compatibility. We provide the LibOVR.lib shim library which loads the correct symbol versions for you, you can either static-link that into your code or compile OVR_CAPIShim.c into your executable directly (we provide the full shim source code in the SDK).