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

Method ImportDmabuf

headers/openvr_api.cs:4696–4701  ·  view source on GitHub ↗
(EVRApplicationType eApplicationType,ref DmabufAttributes_t pDmabufAttributes,ref ulong pSharedHandle)

Source from the content-addressed store, hash-verified

4694 return result;
4695 }
4696 public bool ImportDmabuf(EVRApplicationType eApplicationType,ref DmabufAttributes_t pDmabufAttributes,ref ulong pSharedHandle)
4697 {
4698 pSharedHandle = 0;
4699 bool result = FnTable.ImportDmabuf(eApplicationType,ref pDmabufAttributes,ref pSharedHandle);
4700 return result;
4701 }
4702 public bool ReceiveSharedFd(ulong ulIpcHandle,ref int pOutFd)
4703 {
4704 pOutFd = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected