// d3d12umddi.h
PFND3D12DDI_RESOURCEBARRIER_0022 Pfnd3d12ddiResourcebarrier0022;
VOID Pfnd3d12ddiResourcebarrier0022(
D3D12DDI_HCOMMANDLIST unnamedParam1,
UINT Count,
const D3D12DDIARG_RESOURCE_BARRIER_0022 *unnamedParam3
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The pfnResourceBarrier callback function supports resource barriers.
unnamedParam1hDrvCommandList
A handle to the driver's data for the command list. The driver uses this region of memory to store internal data structures that are related to its command list.
CountSpecifies a count.
unnamedParam3ResourceBarrier [in]
A pointer to a resource barrier as a D3D12DDIARG_RESOURCE_BARRIER_0022 structure.
Access this callback function by using a command list functions structure, such as the D3D12DDI_COMMAND_LIST_FUNCS_VIDEO_0020 structure.
D3D12DDIARG_RESOURCE_BARRIER_0022