// d3d12umddi.h
PFND3D12DDI_DESTROY_COMMAND_RECORDER_0040 Pfnd3d12ddiDestroyCommandRecorder0040;
VOID Pfnd3d12ddiDestroyCommandRecorder0040(
D3D12DDI_HDEVICE unnamedParam1,
D3D12DDI_HCOMMANDRECORDER_0040 unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Implemented by the client driver to clean up command recorder resources.
unnamedParam1A handle to the display device (graphics context).
unnamedParam2A handle to the command recorder.
//Declaration
PFND3D12DDI_DESTROY_COMMAND_RECORDER_0040 Pfnd3d12ddiDestroyCommandRecorder0040;
// Definition
VOID Pfnd3d12ddiDestroyCommandRecorder0040
(
D3D12DDI_HDEVICE
D3D12DDI_HCOMMANDRECORDER_0040
)
{...}
PFND3D12DDI_DESTROY_COMMAND_RECORDER_0040