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

Method GetInitToken

headers/openvr_api.cs:8107–8110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8105 }
8106
8107 public static uint GetInitToken()
8108 {
8109 return OpenVRInterop.GetInitToken();
8110 }
8111
8112 public const uint MaxDmabufPlaneCount = 4;
8113 public const uint k_nDriverNone = 4294967295;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected