CompositionGpuImportedImageSynchronizationCapabilities Enumeration
Namespace: Avalonia.Rendering.CompositionAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[FlagsAttribute]
public enum CompositionGpuImportedImageSynchronizationCapabilities
<FlagsAttribute>
Public Enumeration CompositionGpuImportedImageSynchronizationCapabilities
[<FlagsAttribute>]
type CompositionGpuImportedImageSynchronizationCapabilities
| 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
|