You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates a new named overlay. All overlays start hidden and with default settings.
const char *pchOverlayKey - The key to create the overlay with. Keys must be globally unique and may not be longer than k_unVROverlayMaxKeyLength including the terminating null.
const char *pchOverlayFriendlyName - The friendly, user-visible name of the overlay. When appropriate the name should be provided in UTF-8 in the current system language. This name may not be longer than k_unVROverlayMaxNameLength including the terminating null.
VROverlayHandle_t * pOverlayHandle - Receives the handle of the newly created overlay.