ID3D11ComputeContextX::CopyMemoryToMemory Method

Copies dword values from source to destination in memory.

Syntax

public:
void CopyMemoryToMemory(
         void *pDstAddress,
         void *pSrcAddress,
         SIZE_T SizeBytes
)  

Parameters

pDstAddress
Type: void *

[in] The destination address. Source and destination must be byte-aligned addresses in graphics memory.

pSrcAddress
Type: void *

[in] The source address. Source and destination must be byte-aligned addresses in graphics memory.

SizeBytes
Type: SIZE_T 

[in] The size of data to move. Must be multiple of 4 bytes.

Return value

None.

Requirements

Header: Declared in d3d11_x.h.

Library: Use d3d11_x.lib.

See also

Reference

ID3D11ComputeContextX Interface

ID3D11ComputeContextX Members