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

Function InitServerDriverContext

headers/openvr_driver.h:4641–4645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4639 }
4640
4641 inline EVRInitError InitServerDriverContext( IVRDriverContext *pContext )
4642 {
4643 VRDriverContext() = pContext;
4644 return OpenVRInternal_ModuleServerDriverContext().InitServer();
4645 }
4646
4647 inline EVRInitError InitWatchdogDriverContext( IVRDriverContext *pContext )
4648 {

Callers

nothing calls this directly

Calls 1

InitServerMethod · 0.80

Tested by

no test coverage detected