MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / ForceReconnectProcess

Method ForceReconnectProcess

headers/openvr_api.cs:3242–3245  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3240 FnTable.ForceInterleavedReprojectionOn(bOverride);
3241 }
3242 public void ForceReconnectProcess()
3243 {
3244 FnTable.ForceReconnectProcess();
3245 }
3246 public void SuspendRendering(bool bSuspend)
3247 {
3248 FnTable.SuspendRendering(bSuspend);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected