PFND3D12DDI_CHECKFORMATSUPPORT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

PFND3D12DDI_CHECKFORMATSUPPORT Pfnd3d12ddiCheckformatsupport;

VOID Pfnd3d12ddiCheckformatsupport(
  D3D12DDI_HDEVICE unnamedParam1,
  DXGI_FORMAT unnamedParam2,
  UINT *unnamedParam3
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_checkformatsupport)

PFND3D12DDI_CHECKFORMATSUPPORT callback function

Description

Implemented by the client driver to check the format support.

Parameters

unnamedParam1

A handle to the display device (graphics context).

unnamedParam2

A DXGI_FORMAT.

unnamedParam3

Pointer to a UINT.

Prototype

//Declaration

PFND3D12DDI_CHECKFORMATSUPPORT Pfnd3d12ddiCheckformatsupport;

// Definition

VOID Pfnd3d12ddiCheckformatsupport
(
    D3D12DDI_HDEVICE
    DXGI_FORMAT
    UINT *
)
{...}

PFND3D12DDI_CHECKFORMATSUPPORT

Remarks

Register your implementation of this callback function by setting the appropriate member of D3D12DDI_DEVICE_FUNCS_CORE_0010.