GRGlInterface.CreateWebGl(GRGlGetProcedureAddressDelegate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new WebGL interface using the specified function resolver.
public static SkiaSharp.GRGlInterface CreateWebGl(SkiaSharp.GRGlGetProcedureAddressDelegate get);
Parameters
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.