Skip to main content

IGlExternalSemaphore Interface

Not client implementable.

Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.

Definition

Namespace: Avalonia.OpenGL
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)

[NotClientImplementableAttribute]
public interface IGlExternalSemaphore : IDisposable
ImplementsIDisposable

Methods

Dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
SignalSemaphore(IGlExternalImageTexture) 
SignalTimelineSemaphore(IGlExternalImageTexture, UInt64) 
WaitSemaphore(IGlExternalImageTexture) 
WaitTimelineSemaphore(IGlExternalImageTexture, UInt64) 

See Also

Reference

Avalonia.OpenGL Namespace