PFND3D12DDI_RESET_COMMAND_POOL_0040 callback function (d3d12umddi.h)
Implemented by the client driver to reset a command pool.
Syntax
PFND3D12DDI_RESET_COMMAND_POOL_0040 Pfnd3d12ddiResetCommandPool0040;
void Pfnd3d12ddiResetCommandPool0040(
D3D12DDI_HDEVICE unnamedParam1,
D3D12DDI_HCOMMANDPOOL_0040 unnamedParam2
)
{...}
Parameters
unnamedParam1
A handle to the display device (graphics context).
unnamedParam2
A handle to the command pool to reset.
Return value
None
Requirements
Requirement | Value |
---|---|
Header | d3d12umddi.h |