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