// d3d12umddi.h
typedef struct D3D12DDI_RENDER_PASS_ENDING_ACCESS_0053 {
D3D12DDI_RENDER_PASS_ENDING_ACCESS_TYPE_0053 Type;
union {
D3D12DDI_RENDER_PASS_ENDING_ACCESS_RESOLVE_PARAMETERS_0053 Resolve;
D3D12DDI_RENDER_PASS_ENDING_ACCESS_PRESERVE_LOCAL_PARAMETERS_0101 PreserveLocal;
};
} D3D12DDI_RENDER_PASS_ENDING_ACCESS_0053;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies the resources needed to end access to a Render Pass.
TypeThe D3D12DDI_RENDER_PASS_ENDING_ACCESS_TYPE_0053. This allows the application to directly resolve a MSAA (Multisampling anti-aliasing) surface to a separate resource at the conclusion of the Render Pass.
ResolveThe D3D12DDI_RENDER_PASS_ENDING_ACCESS_RESOLVE_PARAMETERS_0053.