// d3d12umddi.h
PFND3D12DDI_END_RENDER_PASS Pfnd3d12ddiEndRenderPass;
VOID Pfnd3d12ddiEndRenderPass(
D3D12DDI_HCOMMANDLIST unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The user-mode display driver's (UMD) pfnEndRenderPass callback function marks the end of a render pass.
unnamedParam1[in] A D3D12DDI_HCOMMANDLIST (command list) that contains the Render Pass.
For the extended render passes feature, the PFND3D12DDI_END_RENDER_PASS_0053 function is called instead.