Skip to main content

Struct GRMtlTextureInfo

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

public readonly struct GRMtlTextureInfo

Inherited Members

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

Constructors

GRMtlTextureInfo(nint, nint, int, int, bool)

public GRMtlTextureInfo(nint textureHandle, nint format = 0, int sampleCount = 1, int levelCount = 1, bool isProtected = false)

Parameters

textureHandle nint

format nint

sampleCount int

levelCount int

isProtected bool

Properties

Format

public nint Format { get; init; }

Property Value

nint

IsProtected

public bool IsProtected { get; init; }

Property Value

bool

LevelCount

public int LevelCount { get; init; }

Property Value

int

SampleCount

public int SampleCount { get; init; }

Property Value

int

TextureHandle

public nint TextureHandle { get; init; }

Property Value

nint