GRBackendRenderTarget.GetGlFramebufferInfo Method

Definition

Overloads

GetGlFramebufferInfo()

Returns the framebuffer info that this object wraps.

GetGlFramebufferInfo(GRGlFramebufferInfo)

Returns the framebuffer info that this object wraps.

GetGlFramebufferInfo()

Returns the framebuffer info that this object wraps.

public SkiaSharp.GRGlFramebufferInfo GetGlFramebufferInfo ();

Returns

Returns the framebuffer info, if this object wraps an OpenGL framebuffer, otherwise an empty info instance.

Applies to

GetGlFramebufferInfo(GRGlFramebufferInfo)

Returns the framebuffer info that this object wraps.

public bool GetGlFramebufferInfo (out SkiaSharp.GRGlFramebufferInfo glInfo);

Parameters

glInfo
GRGlFramebufferInfo

The framebuffer info, if this object wraps an OpenGL framebuffer.

Returns

Returns true if this object wraps an OpenGL framebuffer, otherwise false.

Applies to