ISkiaGpu Interface

Custom Skia gpu instance.

Definition

Namespace: Avalonia.Skia
Assembly: Avalonia.Skia (in Avalonia.Skia.dll) Version: 11.3.999
public interface ISkiaGpu : IPlatformGraphicsContext, 
	IDisposable, IOptionalFeatureProvider
Implements
IOptionalFeatureProvider, IPlatformGraphicsContext, IDisposable

Properties

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
EnsureCurrent
(Inherited from IPlatformGraphicsContext)
TryCreateRenderTarget(IEnumerableObject) Attempts to create custom render target from given surfaces.
TryCreateSurface(PixelSize, ISkiaGpuRenderSession) Creates an offscreen render target surface
TryGetFeature(Type) Queries for an optional feature.
(Inherited from IOptionalFeatureProvider)

Extension Methods

TryGetFeatureT Queries for an optional feature.
(Defined by OptionalFeatureProviderExtensions)
TryGetFeatureT(T) Queries for an optional feature.
(Defined by OptionalFeatureProviderExtensions)

See Also