PFND3D12DDI_SERIALIZE_LIBRARY_0010 callback function (d3d12umddi.h)

Implemented by the client driver to serialize the library.

Syntax

PFND3D12DDI_SERIALIZE_LIBRARY_0010 Pfnd3d12ddiSerializeLibrary0010;

HRESULT Pfnd3d12ddiSerializeLibrary0010(
  D3D12DDI_HDEVICE hDevice,
  D3D12DDI_HPIPELINELIBRARY hLibrary,
  VOID *pBlob
)
{...}

Parameters

hDevice

A device handle.

hLibrary

A library handle.

pBlob

Pointer to a blob.

Return value

Returns HRESULT.

Requirements

Requirement Value
Header d3d12umddi.h