Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |