Enum CompositionGpuImportedImageSynchronizationCapabilities
- Namespace
- Avalonia.Rendering.Composition
- Assembly
- Avalonia.Base.dll
[Flags]
public enum CompositionGpuImportedImageSynchronizationCapabilities
Fields
Automatic = 4
Synchronization and ordering is somehow handled by the underlying platform
KeyedMutex = 2
Image must be created with D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX or in other compatible way
Semaphores = 1
Pre-render and after-render semaphores must be provided alongside with the image