ID3D12XboxDmaCommandList::EnqueueDwordsX Method

Copies an array of SDMA command packet DWORD values into the command list. This method is for developer experimentation and is not functional on retail builds of Direct3D 12.

Syntax

public:
void EnqueueDwordsX(
         const UINT32 *pPacketDwords,
         UINT32 DwordCount
)  

Parameters

pPacketDwords
Type: UINT32 *

[in] A pointer to an array of DWORDs.

DwordCount
Type: UINT32 

The number of dwords in the array specified by pPacketDwords.

Return value

None.

Requirements

Header: Declared in d3d12_x.h.

Library: Use d3d12_x.lib.

See also

Reference

ID3D12XboxDmaCommandList Interface

ID3D12XboxDmaCommandList Members