API reference
API reference
Select your platform
No SDKs available
No versions available

ovr_PlatformInitializeWindowsEx Function

Performs the initialization of the platform for use on Windows. Requires your app ID (not access token). This call may fail for a variety of reasons, and will return an error code in that case. It is critical to respect this error code and either exit or make no further platform calls.

Signature

ovrPlatformInitializeResult ovr_PlatformInitializeWindowsEx(const char *appId, int productVersion, int majorVersion)

Parameters

appId: const char *
productVersion: int
majorVersion: int

Returns