GRGlInterface.AssembleGlInterface 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.
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
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.
The delegate used to locate entry points.
Returns
Returns the new GRGlInterface, or null
if one could not be created.
- Attributes