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
IsProtected
public bool IsProtected { get; init; }
Property Value
LevelCount
public int LevelCount { get; init; }
Property Value
SampleCount
public int SampleCount { get; init; }
Property Value
TextureHandle
public nint TextureHandle { get; init; }