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

Method CVROverlay

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

Source from the content-addressed store, hash-verified

3344{
3345 IVROverlay FnTable;
3346 internal CVROverlay(IntPtr pInterface)
3347 {
3348 FnTable = (IVROverlay)Marshal.PtrToStructure(pInterface, typeof(IVROverlay));
3349 }
3350 public EVROverlayError FindOverlay(string pchOverlayKey,ref ulong pOverlayHandle)
3351 {
3352 IntPtr pchOverlayKeyUtf8 = Utils.ToUtf8(pchOverlayKey);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected