ICompositionImportableSharedGpuContextSemaphore Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
An GPU semaphore descriptor obtained from a context from the same share group as one used by the compositor
Definition
Namespace: Avalonia.Rendering.Composition
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface ICompositionImportableSharedGpuContextSemaphore : IDisposable
<NotClientImplementableAttribute>
Public Interface ICompositionImportableSharedGpuContextSemaphore
Inherits IDisposable
[<NotClientImplementableAttribute>]
type ICompositionImportableSharedGpuContextSemaphore =
interface
interface IDisposable
end
Implements | IDisposable |
Methods
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |