PFND3D12DDI_GETMIPPACKING callback function (d3d12umddi.h)
Gets MIP packing info.
Syntax
PFND3D12DDI_GETMIPPACKING Pfnd3d12ddiGetmippacking;
void Pfnd3d12ddiGetmippacking(
D3D12DDI_HDEVICE hDevice,
D3D12DDI_HRESOURCE hTiledResource,
UINT *pNumPackedMips,
UINT *pNumTilesForPackedMips
)
{...}
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.
Return value
None
Requirements
Requirement | Value |
---|---|
Header | d3d12umddi.h |