IExternalObjectsRenderInterfaceContextFeature Interface
Unstable.
Note: This API is unstable and may change in a future release.
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[UnstableAttribute]
public interface IExternalObjectsRenderInterfaceContextFeature
<UnstableAttribute>
Public Interface IExternalObjectsRenderInterfaceContextFeature
[<UnstableAttribute>]
type IExternalObjectsRenderInterfaceContextFeature = interface end
Properties
| DeviceLuid | |
| DeviceUuid | |
| SupportedImageHandleTypes | Returns the list of image handle types supported by the current GPU backend, see KnownPlatformGraphicsExternalImageHandleTypes |
| SupportedSemaphoreTypes | Returns the list of semaphore types supported by the current GPU backend, see KnownPlatformGraphicsExternalSemaphoreHandleTypes |
Methods
| GetSynchronizationCapabilities(String) | |
| ImportImage(ICompositionImportableSharedGpuContextImage) | |
| ImportImage(IPlatformHandle, PlatformGraphicsExternalImageProperties) | |
| ImportSemaphore(IPlatformHandle) |