Edit

GRGlInterface.CreateWebGl(GRGlGetProcedureAddressDelegate) Method

Definition

Creates a new WebGL interface using the specified function resolver.

public static SkiaSharp.GRGlInterface CreateWebGl(SkiaSharp.GRGlGetProcedureAddressDelegate get);

Parameters

get
GRGlGetProcedureAddressDelegate

A delegate that returns the address of a WebGL function.

Returns

A new GRGlInterface for WebGL, or null if the interface could not be created.

Applies to