// d3d10umddi.h
PFND3DWDDM1_3DDI_COPYTILEMAPPINGS Pfnd3dwddm13DdiCopytilemappings;
VOID Pfnd3dwddm13DdiCopytilemappings(
D3D10DDI_HDEVICE hDevice,
D3D10DDI_HRESOURCE hDestTiledResource,
const D3DWDDM1_3DDI_TILED_RESOURCE_COORDINATE *pDestRegionStartCoord,
D3D10DDI_HRESOURCE hSourceTiledResource,
const D3DWDDM1_3DDI_TILED_RESOURCE_COORDINATE *pSourceRegionStartCoord,
const D3DWDDM1_3DDI_TILE_REGION_SIZE *pTileRegionSize,
UINT Flags
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Copies mappings from a source tiled resource to a destination tiled resource.
hDeviceA handle to the display device (graphics context).
hDestTiledResourceA handle to the destination tiled resource.
pDestRegionStartCoordA pointer to a D3DWDDM1_3DDI_TILED_RESOURCE_COORDINATE structure that describes the starting coordinates of the destination tiled resource.
hSourceTiledResourceA handle to the source tiled resource.
pSourceRegionStartCoordA pointer to a D3DWDDM1_3DDI_TILED_RESOURCE_COORDINATE structure that describes the starting coordinates of the source tiled resource.
pTileRegionSizeA pointer to a D3DWDDM1_3DDI_TILE_REGION_SIZE structure that describes the size of the tiled region.
FlagsA combination of D3DWDDM1_3DDI_TILE_MAPPING_FLAG values that are combined by using a bitwise OR operation.
The driver can use the pfnSetErrorCb callback function to set an error code. The driver can set E_INVALIDARG if an input parameter does not exist or is NULL.
D3DWDDM1_3DDI_TILED_RESOURCE_COORDINATE
D3DWDDM1_3DDI_TILE_MAPPING_FLAG
D3DWDDM1_3DDI_TILE_REGION_SIZE