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

Method CVRScreenshots

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

Source from the content-addressed store, hash-verified

4214{
4215 IVRScreenshots FnTable;
4216 internal CVRScreenshots(IntPtr pInterface)
4217 {
4218 FnTable = (IVRScreenshots)Marshal.PtrToStructure(pInterface, typeof(IVRScreenshots));
4219 }
4220 public EVRScreenshotError RequestScreenshot(ref uint pOutScreenshotHandle,EVRScreenshotType type,string pchPreviewFilename,string pchVRFilename)
4221 {
4222 pOutScreenshotHandle = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected