CompositionGpuImportedImageSynchronizationCapabilities Enumeration

Definition

Namespace: Avalonia.Rendering.Composition
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
C#
[FlagsAttribute]
public enum CompositionGpuImportedImageSynchronizationCapabilities

Members

Semaphores1 Pre-render and after-render semaphores must be provided alongside with the image
KeyedMutex2 Image must be created with D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX or in other compatible way
Automatic4 Synchronization and ordering is somehow handled by the underlying platform

See Also