PFND3D12DDI_END_RENDER_PASS_0053 - NtDoc

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

PFND3D12DDI_END_RENDER_PASS_0053 Pfnd3d12ddiEndRenderPass0053;

VOID Pfnd3d12ddiEndRenderPass0053(
  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_0053)

PFND3D12DDI_END_RENDER_PASS_0053 callback function

Description

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

Parameters

unnamedParam1

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

For more information, see Direct3D 12 Render Passes.

See also

pfnBeginRenderPass