EOvrPlatformInitializeResult Enum
Describes the various results possible when attempting to initialize the platform. Anything other than ovrPlatformInitialize_Success should be considered a fatal error with respect to using the platform, as the platform is not guaranteed to be legitimate or work correctly.
| Member | Value |
|---|
Success | 0 |
Uninitialized | uint8(-1) |
PreLoaded | uint8(-2) |
FileInvalid | uint8(-3) |
SignatureInvalid | uint8(-4) |
UnableToVerify | uint8(-5) |
VersionMismatch | uint8(-6) |
Unknown | uint8(-7) |
InvalidCredentials | uint8(-8) |
NotEntitled | uint8(-9) |