// d3d12umddi.h
PFND3D12DDI_CHECKFORMATSUPPORT Pfnd3d12ddiCheckformatsupport;
VOID Pfnd3d12ddiCheckformatsupport(
D3D12DDI_HDEVICE unnamedParam1,
DXGI_FORMAT unnamedParam2,
UINT *unnamedParam3
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Implemented by the client driver to check the format support.
unnamedParam1A handle to the display device (graphics context).
unnamedParam2A DXGI_FORMAT.
unnamedParam3Pointer to a UINT.
//Declaration
PFND3D12DDI_CHECKFORMATSUPPORT Pfnd3d12ddiCheckformatsupport;
// Definition
VOID Pfnd3d12ddiCheckformatsupport
(
D3D12DDI_HDEVICE
DXGI_FORMAT
UINT *
)
{...}
PFND3D12DDI_CHECKFORMATSUPPORT
Register your implementation of this callback function by setting the appropriate member of D3D12DDI_DEVICE_FUNCS_CORE_0010.