// 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 referenceNo description available.
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.
unnamedParam1hCommandList
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.
unnamedParam2hResource
The handle of a resource.
unnamedParam3unnamedParam4PredicationOp
A predication operation. For more information, see the D3D12DDI_PREDICATION_OP enumeration.