// d3d12umddi.h
PFND3D12DDI_EXECUTE_META_COMMAND_0052 Pfnd3d12ddiExecuteMetaCommand0052;
VOID Pfnd3d12ddiExecuteMetaCommand0052(
D3D12DDI_HCOMMANDLIST unnamedParam1,
D3D12DDI_HMETACOMMAND_0052 unnamedParam2,
const void *unnamedParam3,
SIZE_T unnamedParam4
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
PFND3D12DDI_EXECUTE_META_COMMAND_0052 executes a meta-command.
unnamedParam1A 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.
unnamedParam2A handle to the meta-command.
unnamedParam3A pointer to the execution parameters for the meta-command.
unnamedParam4Size of the execution parameters for the meta-command, in bytes.
The meta-command initialize call must be executed at least once prior to any execute call being executed on the GPU timeline.
PFND3D12DDI_INITIALIZE_META_COMMAND_0052