Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |