Skip to main content

ICompositionGpuInterop Methods

Methods

GetSynchronizationCapabilities(String)Returns the supported ways to synchronize access to the imported GPU image
ImportImage(ICompositionImportableSharedGpuContextImage)Asynchronously imports a texture. The returned object is immediately usable. If import operation fails, the caller is responsible for destroying the handle
ImportImage(IPlatformHandle, PlatformGraphicsExternalImageProperties)Asynchronously imports a texture. The returned object is immediately usable.
ImportSemaphore(ICompositionImportableSharedGpuContextSemaphore)Asynchronously imports a semaphore object. The returned object is immediately usable.
ImportSemaphore(IPlatformHandle)Asynchronously imports a semaphore object. The returned object is immediately usable. If import operation fails, the caller is responsible for destroying the handle

See Also

Reference

ICompositionGpuInterop Interface
Avalonia.Rendering.Composition Namespace