IGlExportableExternalSemaphore Interface
Definition
Namespace: Avalonia.OpenGL
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public interface IGlExportableExternalSemaphore : IGlExternalSemaphore,
IDisposable
Public Interface IGlExportableExternalSemaphore
Inherits IGlExternalSemaphore, IDisposable
type IGlExportableExternalSemaphore =
interface
interface IGlExternalSemaphore
interface IDisposable
end
Implements | IGlExternalSemaphore, IDisposable |
Methods
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
GetHandle() | |
SignalSemaphore(IGlExternalImageTexture) | (Inherited from IGlExternalSemaphore) |
WaitSemaphore(IGlExternalImageTexture) | (Inherited from IGlExternalSemaphore) |