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