Skip to main content
Describes the destination of a memory copy operation.

Syntax

Members

pData
Type: void *
A pointer to a memory block that receives the copied data. RowPitch
Type: SIZE_T
The row pitch, or width, or physical size, in bytes, of the subresource data. SlicePitch
Type: SIZE_T
The slice pitch, or width, or physical size, in bytes, of the subresource data.

Remarks

This structure is used by a number of helper methods, refer to Helper Structures and Functions for D3D12.

Requirements

Header: d3d12_xs.h or d3d12_x.h
Library: d3d12_xs.lib or d3d12_x.lib
Supported Platforms: XBOX Series consoles and XBOX One family

See Also

Core Structures
Last modified on August 20, 2026