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

Method VRScreenshots

headers/openvr_api.cs:8693–8704  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8691 }
8692
8693 public CVRScreenshots VRScreenshots()
8694 {
8695 CheckClear();
8696 if (m_pVRScreenshots == null)
8697 {
8698 var eError = EVRInitError.None;
8699 var pInterface = OpenVRInterop.GetGenericInterface(FnTable_Prefix+IVRScreenshots_Version, ref eError);
8700 if (pInterface != IntPtr.Zero && eError == EVRInitError.None)
8701 m_pVRScreenshots = new CVRScreenshots(pInterface);
8702 }
8703 return m_pVRScreenshots;
8704 }
8705
8706 public CVRTrackedCamera VRTrackedCamera()
8707 {

Callers 1

OpenVRClass · 0.45

Calls 1

GetGenericInterfaceMethod · 0.45

Tested by

no test coverage detected