ID3D12SharingContract::SharedFenceSignal method (d3d12sdklayers.h)

Signals a shared fence between the D3D layers and diagnostics tools.

Syntax

void SharedFenceSignal(
  [in] ID3D12Fence *pFence,
       UINT64      FenceValue
);

Parameters

[in] pFence

Type: ID3D12Fence*

A pointer to the shared fence to signal.

FenceValue

Type: UINT64

An unsigned 64bit value to signal the shared fence with.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header d3d12sdklayers.h (include D3D12.h)

See also

ID3D12SharingContract