ICompositionGpuInteropImportSemaphore(IPlatformHandle) Method
Asynchronously imports a semaphore object. The returned object is immediately usable.
If import operation fails, the caller is responsible for destroying the handle
Namespace: Avalonia.Rendering.CompositionAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
ICompositionImportedGpuSemaphore ImportSemaphore(
IPlatformHandle handle
)
Function ImportSemaphore (
handle As IPlatformHandle
) As ICompositionImportedGpuSemaphore
abstract ImportSemaphore :
handle : IPlatformHandle -> ICompositionImportedGpuSemaphore
- handle IPlatformHandle
-
ICompositionImportedGpuSemaphore