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
I am creating a background application that monitors tracked devices. When I initialize I have a simple check to make sure steamVR is even running. It is as follows:
The issue I am seeing is when it fails it leaks a little bit of memory. I have tried this with and withour vr::VR_Shutdown(). If I bring it to the extreme example of running this 10 times a second it leaks about 1 Meg of RAM per second. The output from visual studio shows the steamVR dll's loading and unloading but there is some residual memory loss.
How have other people checked for steam running without killing their application if it is not?
The text was updated successfully, but these errors were encountered:
I am creating a background application that monitors tracked devices. When I initialize I have a simple check to make sure steamVR is even running. It is as follows:
The issue I am seeing is when it fails it leaks a little bit of memory. I have tried this with and withour vr::VR_Shutdown(). If I bring it to the extreme example of running this 10 times a second it leaks about 1 Meg of RAM per second. The output from visual studio shows the steamVR dll's loading and unloading but there is some residual memory loss.
How have other people checked for steam running without killing their application if it is not?
The text was updated successfully, but these errors were encountered: