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

Method CheckClear

headers/openvr.h:5808–5815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5806 void Clear();
5807
5808 inline void CheckClear()
5809 {
5810 if ( VRToken() != VR_GetInitToken() )
5811 {
5812 Clear();
5813 VRToken() = VR_GetInitToken();
5814 }
5815 }
5816
5817 IVRSystem *VRSystem()
5818 {

Callers

nothing calls this directly

Calls 1

VR_GetInitTokenFunction · 0.85

Tested by

no test coverage detected