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
Id
public uint Id { get; }
Property Value
Target
public uint Target { get; }