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.
public:
void EnqueueDwordsX(
const UINT32 *pPacketDwords,
UINT32 DwordCount
)
pPacketDwords
Type: UINT32 *
[in] A pointer to an array of DWORDs.
DwordCount
Type: UINT32
The number of dwords in the array specified by pPacketDwords.
Header: Declared in d3d12_x.h.
Library: Use d3d12_x.lib.