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

Method GetGenericInterface

headers/openvr_api.cs:8097–8100  ·  view source on GitHub ↗
(string pchInterfaceVersion, ref EVRInitError peError)

Source from the content-addressed store, hash-verified

8095 }
8096
8097 public static IntPtr GetGenericInterface(string pchInterfaceVersion, ref EVRInitError peError)
8098 {
8099 return OpenVRInterop.GetGenericInterface(pchInterfaceVersion, ref peError);
8100 }
8101
8102 public static bool IsInterfaceVersionValid(string pchInterfaceVersion)
8103 {

Callers 15

VRSystemMethod · 0.45
VRChaperoneMethod · 0.45
VRChaperoneSetupMethod · 0.45
VRCompositorMethod · 0.45
VRHeadsetViewMethod · 0.45
VROverlayMethod · 0.45
VROverlayViewMethod · 0.45
VRRenderModelsMethod · 0.45
VRResourcesMethod · 0.45
VRExtendedDisplayMethod · 0.45
VRSettingsMethod · 0.45
VRApplicationsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected