PFND3D12DDI_SET_PREDICATION - NtDoc

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

PFND3D12DDI_SET_PREDICATION Pfnd3d12ddiSetPredication;

VOID Pfnd3d12ddiSetPredication(
  D3D12DDI_HCOMMANDLIST unnamedParam1,
  D3D12DDI_HRESOURCE unnamedParam2,
  UINT64 unnamedParam3,
  D3D12DDI_PREDICATION_OP unnamedParam4
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D12DDI_SET_PREDICATION callback function

Description

The pfnSetPredication callback function denotes that subsequent video operations and resource manipulation commands are not actually performed if the resulting predicate data of the predicate is equal to the operation specified.

Parameters

unnamedParam1

hCommandList

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.

unnamedParam2

hResource

The handle of a resource.

unnamedParam3

unnamedParam4

PredicationOp

A predication operation. For more information, see the D3D12DDI_PREDICATION_OP enumeration.

See also

D3D12DDI_PREDICATION_OP