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

Method CVRDebug

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

Source from the content-addressed store, hash-verified

4610{
4611 IVRDebug FnTable;
4612 internal CVRDebug(IntPtr pInterface)
4613 {
4614 FnTable = (IVRDebug)Marshal.PtrToStructure(pInterface, typeof(IVRDebug));
4615 }
4616 public EVRDebugError EmitVrProfilerEvent(string pchMessage)
4617 {
4618 IntPtr pchMessageUtf8 = Utils.ToUtf8(pchMessage);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected