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)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IGlExternalSemaphore : IDisposable
<NotClientImplementableAttribute>
Public Interface IGlExternalSemaphore
	Inherits IDisposable
[<NotClientImplementableAttribute>]
type IGlExternalSemaphore = 
    interface
        interface IDisposable
    end
| Implements | IDisposable | 
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) |