PFND3D12DDI_INITIALIZE_META_COMMAND_0052 callback function (d3d12umddi.h)
PFND3D12DDI_INITIALIZE_META_COMMAND_0052 initializes a meta-command.
Syntax
PFND3D12DDI_INITIALIZE_META_COMMAND_0052 Pfnd3d12ddiInitializeMetaCommand0052;
void Pfnd3d12ddiInitializeMetaCommand0052(
D3D12DDI_HCOMMANDLIST unnamedParam1,
D3D12DDI_HMETACOMMAND_0052 unnamedParam2,
const void *unnamedParam3,
SIZE_T unnamedParam4
)
{...}
Parameters
unnamedParam1
A handle to the driver's data for the command list. The driver uses this region of memory to store internal data structures that are related to its command list.
unnamedParam2
A handle to a meta-command.
unnamedParam3
A pointer to the execution parameters for the meta-command.
unnamedParam4
Size of the execution parameters for the meta-command, in bytes.
Return value
None
Remarks
The meta-command initialize call must be executed at least once prior to any execute call being executed on the GPU timeline.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | d3d12umddi.h |