CompositionGpuImportedImageSynchronizationCapabilities Enumeration
Definition
Namespace: Avalonia.Rendering.Composition
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[FlagsAttribute]
public enum CompositionGpuImportedImageSynchronizationCapabilities
<FlagsAttribute>
Public Enumeration CompositionGpuImportedImageSynchronizationCapabilities
[<FlagsAttribute>]
type CompositionGpuImportedImageSynchronizationCapabilities
Members
Semaphores | 1 | Pre-render and after-render semaphores must be provided alongside with the image |
KeyedMutex | 2 | Image must be created with D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX or in other compatible way |
Automatic | 4 | Synchronization and ordering is somehow handled by the underlying platform |