private void OnDestroy()
        {
            StopAllCoroutines();

#if UNITY_ANDROID && !UNITY_EDITOR
            RenderTexture.active = null;
#else
            // do nothing
#endif

            Composer.Uninit();
            if (!bVR9)
            {
                _buffers.clear();
            }
        }