Skip to main content

Struct GRGlFramebufferInfo

Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll

public readonly struct GRGlFramebufferInfo

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

GRGlFramebufferInfo(uint, uint)

public GRGlFramebufferInfo(uint framebufferObjectId, uint format)

Parameters

framebufferObjectId uint

format uint

Properties

Format

public uint Format { get; }

Property Value

uint

FramebufferObjectId

public uint FramebufferObjectId { get; }

Property Value

uint