PFND3D12DDI_RESOURCEBARRIER_0022 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

PFND3D12DDI_RESOURCEBARRIER_0022 callback function

Description

The pfnResourceBarrier callback function supports resource barriers.

Parameters

unnamedParam1

hDrvCommandList

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.

Count

Specifies a count.

unnamedParam3

ResourceBarrier [in]

A pointer to a resource barrier as a D3D12DDIARG_RESOURCE_BARRIER_0022 structure.

Remarks

Access this callback function by using a command list functions structure, such as the D3D12DDI_COMMAND_LIST_FUNCS_VIDEO_0020 structure.

See also

D3D12DDIARG_RESOURCE_BARRIER_0022