GRGlInterface.AssembleGlInterface Method

Definition

Overloads

AssembleGlInterface(GRGlGetProcDelegate)
Obsolete.

Assemble an OpenGL GRGlInterface using the specified delegate.

AssembleGlInterface(Object, GRGlGetProcDelegate)
Obsolete.

Assemble an OpenGL GRGlInterface using the specified context and delegate.

AssembleGlInterface(GRGlGetProcDelegate)

Caution

Use CreateOpenGl(GRGlGetProcedureAddressDelegate) instead.

Assemble an OpenGL GRGlInterface using the specified delegate.

public static SkiaSharp.GRGlInterface AssembleGlInterface (SkiaSharp.GRGlGetProcDelegate get);
[System.Obsolete("Use CreateOpenGl(GRGlGetProcedureAddressDelegate) instead.")]
public static SkiaSharp.GRGlInterface AssembleGlInterface (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

AssembleGlInterface(Object, GRGlGetProcDelegate)

Caution

Use CreateOpenGl(GRGlGetProcedureAddressDelegate) instead.

Assemble an OpenGL GRGlInterface using the specified context and delegate.

public static SkiaSharp.GRGlInterface AssembleGlInterface (object context, SkiaSharp.GRGlGetProcDelegate get);
[System.Obsolete("Use CreateOpenGl(GRGlGetProcedureAddressDelegate) instead.")]
public static SkiaSharp.GRGlInterface AssembleGlInterface (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