Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 888 Bytes

displayfence.md

File metadata and controls

21 lines (15 loc) · 888 Bytes
-api-id -api-type ms.custom
T:Windows.Devices.Display.Core.DisplayFence
winrt class
RS5

Windows.Devices.Display.Core.DisplayFence

-description

Represents a fence object that can be used to synchronize rendering commands between Direct3D devices and a DisplayDevice object.

-remarks

A DisplayFence can be shared between Direct3D devices and a DisplayDevice using the IDisplayDeviceInterop native COM interface. The CreateSharedHandle method can create a shared NT handle for a DisplayFence created by a DisplayDevice, and the OpenSharedHandle method can be used to create a DisplayFence object from an existing Direct3D shared fence handle.

-see-also

-examples