GRGlInterface Class

Definition

The GRGlInterface is used to interface with OpenGL.

public class GRGlInterface : SkiaSharp.SKObject
Inheritance

Remarks

A GRContext does not interact directly with the underlying backend, instead it uses an OpenGL interface.

Properties

Handle

Gets or sets the handle to the underlying native object.

(Inherited from SKObject)
IgnorePublicDispose

Gets or sets a value indicating whether the call the public Dispose() should be no-op.

(Inherited from SKNativeObject)
IsDisposed

Gets or sets a value indicating whether the object has already been disposed.

(Inherited from SKNativeObject)
OwnsHandle

Gets a value indicating whether this object should destroy the underlying native object.

(Inherited from SKObject)

Methods

AssembleAngleInterface(GRGlGetProcDelegate)
Obsolete.

Assemble an ANGLE GRGlInterface using the specified delegate.

AssembleAngleInterface(Object, GRGlGetProcDelegate)
Obsolete.

Assemble an ANGLE GRGlInterface using the specified context and delegate.

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.

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.

AssembleInterface(GRGlGetProcDelegate)
Obsolete.

Assemble an platform-specific GRGlInterface using the specified delegate.

AssembleInterface(Object, GRGlGetProcDelegate)
Obsolete.

Assemble an platform-specific GRGlInterface using the specified context and delegate.

Clone()

Returns a copy of the current interface.

Create()
Create(GRGlGetProcedureAddressDelegate)
CreateAngle()
CreateAngle(GRGlGetProcedureAddressDelegate)
CreateDefaultInterface()
Obsolete.

Create a GRGlInterface using the platform-default OpenGL implementation.

CreateEvas(IntPtr)
CreateGles(GRGlGetProcedureAddressDelegate)
CreateNativeAngleInterface()
Obsolete.

Create a GRGlInterface using the ANGLE OpenGL implementation.

CreateNativeEvasInterface(IntPtr)
Obsolete.

Create a GRGlInterface using the Evas OpenGL implementation.

CreateNativeGlInterface()
Obsolete.

Create a GRGlInterface using the platform OpenGL implementation.

CreateOpenGl(GRGlGetProcedureAddressDelegate)
CreateWebGl(GRGlGetProcedureAddressDelegate)
Dispose()

Releases all resources used by this SKNativeObject.

(Inherited from SKNativeObject)
Dispose(Boolean)

Releases the unmanaged resources used by the GRGlInterface and optionally releases the managed resources.

DisposeInternal()

Triggers a dispose, ignoring the value of IgnorePublicDispose.

(Inherited from SKNativeObject)
DisposeManaged()

Implemented by derived SKObject types to destroy any managed objects.

(Inherited from SKObject)
DisposeNative()

Implemented by derived SKObject types to destroy any native objects.

(Inherited from SKObject)
DisposeUnownedManaged() (Inherited from SKObject)
HasExtension(String)

Checks to see if the underlying OpenGL backend has the specified extension.

Validate()

Validates that the GRGlInterface supports its advertised standard.

Applies to