ImportSemaphore Method
Definition
Namespace: Avalonia.OpenGL.Features
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public IGlExternalSemaphore ImportSemaphore(
IPlatformHandle handle
)
Public Function ImportSemaphore (
handle As IPlatformHandle
) As IGlExternalSemaphore
abstract ImportSemaphore :
handle : IPlatformHandle -> IGlExternalSemaphore
override ImportSemaphore :
handle : IPlatformHandle -> IGlExternalSemaphore
Parameters
Return Value
IGlExternalSemaphoreImplements
IGlContextExternalObjectsFeature.ImportSemaphore(IPlatformHandle)See Also
Reference
ExternalObjectsOpenGlExtensionFeature Class
Avalonia.OpenGL.Features Namespace