Skip to main content

Struct GRGlTextureInfo

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

public readonly struct GRGlTextureInfo

Inherited Members

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

Constructors

GRGlTextureInfo(uint, uint, uint)

public GRGlTextureInfo(uint target, uint id, uint format = 0)

Parameters

target uint

id uint

format uint

Properties

Format

public uint Format { get; }

Property Value

uint

Id

public uint Id { get; }

Property Value

uint

Target

public uint Target { get; }

Property Value

uint