ICompositionGpuInteropGetSynchronizationCapabilities Method

Returns the supported ways to synchronize access to the imported GPU image

Definition

Namespace: Avalonia.Rendering.Composition
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
C#
CompositionGpuImportedImageSynchronizationCapabilities GetSynchronizationCapabilities(
	string imageHandleType
)

Parameters

imageHandleType  String
 

Return Value

CompositionGpuImportedImageSynchronizationCapabilities

See Also