CompositionGpuImportedImageSynchronizationCapabilities Enum
Definition
public enum CompositionGpuImportedImageSynchronizationCapabilities
Fields
| Name | Description |
|---|---|
| Automatic | Synchronization and ordering is somehow handled by the underlying platform |
| KeyedMutex | Image must be created with D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX or in other compatible way |
| Semaphores | Pre-render and after-render semaphores must be provided alongside with the image |
| TimelineSemaphores | Pre-render and after-render timeline semaphores must be provided alongside with the image |
Automatic Field
Synchronization and ordering is somehow handled by the underlying platform
public Avalonia.Rendering.Composition.CompositionGpuImportedImageSynchronizationCapabilities Automatic
KeyedMutex Field
Image must be created with D3D11_RESOURCE_MISC_SHARED_KEYEDMUTEX or in other compatible way
public Avalonia.Rendering.Composition.CompositionGpuImportedImageSynchronizationCapabilities KeyedMutex
Semaphores Field
Pre-render and after-render semaphores must be provided alongside with the image
public Avalonia.Rendering.Composition.CompositionGpuImportedImageSynchronizationCapabilities Semaphores
TimelineSemaphores Field
Pre-render and after-render timeline semaphores must be provided alongside with the image
public Avalonia.Rendering.Composition.CompositionGpuImportedImageSynchronizationCapabilities TimelineSemaphores