pub const ovrSuccess_NotVisible: ovrSuccessTypes = 1000;
Expand description

Returned from a call to SubmitFrame. The call succeeded, but what the app rendered will not be visible on the HMD. Ideally the app should continue calling SubmitFrame, but not do any rendering. When the result becomes ovrSuccess, rendering should continue as usual.