(EVRApplicationType eApplicationType,uint unDRMFormat,ref uint pOutModifierCount,ref ulong pOutModifiers)
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected