ID3D12Fence1

Undocumented in source.
version(Windows)
interface ID3D12Fence1 : ID3D12Fence {}

Members

Functions

GetCreationFlags
D3D12_FENCE_FLAGS GetCreationFlags()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Inherited Members

From ID3D12Fence

GetCompletedValue
ulong GetCompletedValue()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetEventOnCompletion
HRESULT SetEventOnCompletion(ulong Value, HANDLE hEvent)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Signal
HRESULT Signal(ulong Value)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta