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
FramebufferObjectId
public uint FramebufferObjectId { get; }