Forum Discussion
tmason101
11 years agoHonored Guest
ovrHmd_EndFrame() called before ovrHmd_BeginFrame()?
Hello, I asked this in another post but perhaps it is better I ask it in a separate thread. I am getting some peculiar messages from the Oculus SDK: The debug messages are coming from the CA...
jherico
11 years agoAdventurer
"tmason101" wrote:
static ovrFrameTiming Current_Frame = ovrHmd_BeginFrame(Main_HMD, 0);
^^^^^^
Because you're declaring the ovrFrameTiming as static, the initialization only happens the first time you run through this code block. The second time you go through it ovrHmd_BeginFrame won't be called, hence the error.
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