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

Method InitServer

headers/openvr_driver.h:4604–4616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4602 }
4603
4604 inline EVRInitError COpenVRDriverContext::InitServer()
4605 {
4606 Clear();
4607 // VRIPCResourceManager initialized async.
4608 if ( !VRServerDriverHost()
4609 || !VRSettings()
4610 || !VRProperties()
4611 || !VRDriverLog()
4612 || !VRDriverManager()
4613 || !VRResources() )
4614 return VRInitError_Init_InterfaceNotFound;
4615 return VRInitError_None;
4616 }
4617
4618 inline EVRInitError COpenVRDriverContext::InitWatchdog()
4619 {

Callers 1

InitServerDriverContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected