GRGlInterface.AssembleGlesInterface Method

Definition

Overloads

AssembleGlesInterface(GRGlGetProcDelegate)
Obsolete.

Assemble an OpenGL ES GRGlInterface using the specified delegate.

AssembleGlesInterface(Object, GRGlGetProcDelegate)
Obsolete.

Assemble an OpenGL ES GRGlInterface using the specified context and delegate.

AssembleGlesInterface(GRGlGetProcDelegate)

Caution

Use CreateGles(GRGlGetProcedureAddressDelegate) instead.

Assemble an OpenGL ES GRGlInterface using the specified delegate.

public static SkiaSharp.GRGlInterface AssembleGlesInterface (SkiaSharp.GRGlGetProcDelegate get);
[System.Obsolete("Use CreateGles(GRGlGetProcedureAddressDelegate) instead.")]
public static SkiaSharp.GRGlInterface AssembleGlesInterface (SkiaSharp.GRGlGetProcDelegate get);

Parameters

get
GRGlGetProcDelegate

The delegate used to locate entry points.

Returns

Returns the new GRGlInterface, or null if one could not be created.

Attributes

Applies to

AssembleGlesInterface(Object, GRGlGetProcDelegate)

Caution

Use CreateGles(GRGlGetProcedureAddressDelegate) instead.

Assemble an OpenGL ES GRGlInterface using the specified context and delegate.

public static SkiaSharp.GRGlInterface AssembleGlesInterface (object context, SkiaSharp.GRGlGetProcDelegate get);
[System.Obsolete("Use CreateGles(GRGlGetProcedureAddressDelegate) instead.")]
public static SkiaSharp.GRGlInterface AssembleGlesInterface (object context, SkiaSharp.GRGlGetProcDelegate get);

Parameters

context
Object

The user data to use in the delegate.

get
GRGlGetProcDelegate

The delegate used to locate entry points.

Returns

Returns the new GRGlInterface, or null if one could not be created.

Attributes

Applies to