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

Method CVRDriverManager

headers/openvr_api.cs:4301–4304  ·  view source on GitHub ↗
(IntPtr pInterface)

Source from the content-addressed store, hash-verified

4299{
4300 IVRDriverManager FnTable;
4301 internal CVRDriverManager(IntPtr pInterface)
4302 {
4303 FnTable = (IVRDriverManager)Marshal.PtrToStructure(pInterface, typeof(IVRDriverManager));
4304 }
4305 public uint GetDriverCount()
4306 {
4307 uint result = FnTable.GetDriverCount();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected