Пример #1
0
 public unsafe partial int HDCreateDevice(Silk.NET.Direct3D9.IDirect3DDevice9Ex *pD3DDevice, ref HDContentDesc pContentDesc, HDDeviceUsage Usage, PfnPDXVAHDSWPlugin pPlugin, ref IDXVAHDDevice *ppDevice);
Пример #2
0
 public static unsafe int HDCreateDevice(this DXVA thisApi, Silk.NET.Direct3D9.IDirect3DDevice9Ex *pD3DDevice, Span <HDContentDesc> pContentDesc, HDDeviceUsage Usage, PfnPDXVAHDSWPlugin pPlugin, ref IDXVAHDDevice *ppDevice)
 {
     // SpanOverloader
     return(thisApi.HDCreateDevice(pD3DDevice, ref pContentDesc.GetPinnableReference(), Usage, pPlugin, ref ppDevice));
 }