I need to release all the memory for GVRPanoramaView when panoView disappears. I tried to call loadImage:nil but the memory was not released, so I had to remove the whole panoView from subview and released it to release the memory and I would create another when it appeared. However, this will sometimes cause crash on gfx::Renderer::VertexArrayResource::UpdateAndCheckBuffers: when users swipe too fast. Any solution that I can release the memory without remove the whole panoView?
Please move to GVRKit since PanoramaView is now deprecated. You should check out the updated PanoramaView sample based on GVRKit. It gives you more control over images you load into it.
I need to release all the memory for GVRPanoramaView when panoView disappears. I tried to call loadImage:nil but the memory was not released, so I had to remove the whole panoView from subview and released it to release the memory and I would create another when it appeared. However, this will sometimes cause crash on gfx::Renderer::VertexArrayResource::UpdateAndCheckBuffers: when users swipe too fast. Any solution that I can release the memory without remove the whole panoView?