GRBackendRenderTarget.GetGlFramebufferInfo 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
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.