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

Method GetDmabufModifiers

headers/openvr_api.cs:4689–4695  ·  view source on GitHub ↗
(EVRApplicationType eApplicationType,uint unDRMFormat,ref uint pOutModifierCount,ref ulong pOutModifiers)

Source from the content-addressed store, hash-verified

4687 return result;
4688 }
4689 public bool GetDmabufModifiers(EVRApplicationType eApplicationType,uint unDRMFormat,ref uint pOutModifierCount,ref ulong pOutModifiers)
4690 {
4691 pOutModifierCount = 0;
4692 pOutModifiers = 0;
4693 bool result = FnTable.GetDmabufModifiers(eApplicationType,unDRMFormat,ref pOutModifierCount,ref pOutModifiers);
4694 return result;
4695 }
4696 public bool ImportDmabuf(EVRApplicationType eApplicationType,ref DmabufAttributes_t pDmabufAttributes,ref ulong pSharedHandle)
4697 {
4698 pSharedHandle = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected