Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Fix RegisterExternalContext() life cycle issues on WaveVR #3691

Merged
merged 1 commit into from
Jul 16, 2020

Commits on Jul 16, 2020

  1. Fix RegisterExternalContext() life cycle issues on WaveVR

    Fixes #3688
    
    It turns out that WVR_RenderInit() is a blocking call that waits for the activity to be active/resumed to complete the internal work. The function is slow to react so Gecko is initializes earlier and fails all the attempts to detect VR runtimes, because the external shmem is null. We need to process InitializeJava earlier instead of waiting for the slow WVR_RenderInit to complete
    MortimerGoro committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    36e9ba0 View commit details
    Browse the repository at this point in the history