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

Method GetStringForHmdError

headers/openvr_api.cs:8092–8095  ·  view source on GitHub ↗
(EVRInitError error)

Source from the content-addressed store, hash-verified

8090 }
8091
8092 public static string GetStringForHmdError(EVRInitError error)
8093 {
8094 return Marshal.PtrToStringAnsi(OpenVRInterop.GetStringForHmdError(error));
8095 }
8096
8097 public static IntPtr GetGenericInterface(string pchInterfaceVersion, ref EVRInitError peError)
8098 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected