PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU callback function (d3dkmthk.h)

The PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU callback function waits for a monitored fence to reach a certain value before processing subsequent context commands.

Syntax

PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU Pfnd3dkmtWaitforsynchronizationobjectfromgpu;

NTSTATUS Pfnd3dkmtWaitforsynchronizationobjectfromgpu(
  const D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU *unnamedParam1
)
{...}

Parameters

unnamedParam1

Pointer to a D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU structure.

Return value

Returns NTSTATUS.

Requirements

Requirement Value
Header d3dkmthk.h