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

Function VR_InitInternal

src/openvr_api_public.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81VR_INTERFACE uint32_t VR_CALLTYPE VR_InitInternal( EVRInitError *peError, EVRApplicationType eApplicationType );
82
83uint32_t VR_InitInternal( EVRInitError *peError, vr::EVRApplicationType eApplicationType )
84{
85 return VR_InitInternal2( peError, eApplicationType, nullptr );
86}
87
88void VR_ShutdownInternal()
89{

Callers

nothing calls this directly

Calls 1

VR_InitInternal2Function · 0.85

Tested by

no test coverage detected