ID3D12Fence1::GetCreationFlags method (d3d12.h)

Gets the flags used to create the fence represented by the current instance.

Syntax

D3D12_FENCE_FLAGS GetCreationFlags();

Return value

Type: D3D12_FENCE_FLAGS

The flags used to create the fence.

Remarks

The flags returned by GetCreationFlags are used mainly for opening a shared fence.

Requirements

Requirement Value
Target Platform Windows
Header d3d12.h
Library D3D12.lib
DLL D3D12.dll

See also

Id3d12fence1

Multi-engine synchronization