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

Method CVRBlockQueue

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

Source from the content-addressed store, hash-verified

4780{
4781 IVRBlockQueue FnTable;
4782 internal CVRBlockQueue(IntPtr pInterface)
4783 {
4784 FnTable = (IVRBlockQueue)Marshal.PtrToStructure(pInterface, typeof(IVRBlockQueue));
4785 }
4786 public EBlockQueueError Create(ref ulong pulQueueHandle,string pchPath,uint unBlockDataSize,uint unBlockHeaderSize,uint unBlockCount,uint unFlags)
4787 {
4788 pulQueueHandle = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected