Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Callback functions used to begin and end a Render Pass.
Syntax
typedef struct D3D12DDI_RENDER_PASS_FUNCS_0053 {
PFND3D12DDI_BEGIN_RENDER_PASS_0053 pfnBeginRenderPass;
PFND3D12DDI_END_RENDER_PASS_0053 pfnEndRenderPass;
} D3D12DDI_RENDER_PASS_FUNCS_0053;
Members
pfnBeginRenderPass
Pointer to the PFND3D12DDI_BEGIN_RENDER_PASS_0053 callback to begin a Render Pass.
pfnEndRenderPass
Pointer to the PFND3D12DDI_END_RENDER_PASS_0053 callback to end a Render Pass.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | d3d12umddi.h |