PFND3D12DDI_END_RENDER_PASS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

PFND3D12DDI_END_RENDER_PASS Pfnd3d12ddiEndRenderPass;

VOID Pfnd3d12ddiEndRenderPass(
  D3D12DDI_HCOMMANDLIST unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_end_render_pass)

PFND3D12DDI_END_RENDER_PASS callback function

Description

The user-mode display driver's (UMD) pfnEndRenderPass callback function marks the end of a render pass.

Parameters

unnamedParam1

[in] A D3D12DDI_HCOMMANDLIST (command list) that contains the Render Pass.

Remarks

For the extended render passes feature, the PFND3D12DDI_END_RENDER_PASS_0053 function is called instead.

See also

pfnBeginRenderPass