PFND3D12DDI_GETMIPPACKING - NtDoc

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

PFND3D12DDI_GETMIPPACKING Pfnd3d12ddiGetmippacking;

VOID Pfnd3d12ddiGetmippacking(
  D3D12DDI_HDEVICE hDevice,
  D3D12DDI_HRESOURCE hTiledResource,
  UINT *pNumPackedMips,
  UINT *pNumTilesForPackedMips
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D12DDI_GETMIPPACKING callback function

Description

Gets MIP packing info.

Parameters

hDevice

A device handle.

hTiledResource

A tiled resource handle.

pNumPackedMips

Pointer to the number of packed MIPs.

pNumTilesForPackedMips

Pointer to the number of tiles for packed MIPs.

Prototype

//Declaration

PFND3D12DDI_GETMIPPACKING Pfnd3d12ddiGetmippacking;

// Definition

VOID Pfnd3d12ddiGetmippacking
(
    D3D12DDI_HDEVICE hDevice
    D3D12DDI_HRESOURCE hTiledResource
    UINT *pNumPackedMips
    UINT *pNumTilesForPackedMips
)
{...}

PFND3D12DDI_GETMIPPACKING

Remarks

See also