Struct GRVkImageInfo
Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll
public readonly struct GRVkImageInfo
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Alloc
public GRVkAlloc Alloc { get; init; }
Property Value
CurrentQueueFamily
public uint CurrentQueueFamily { get; init; }
Property Value
Format
public uint Format { get; init; }
Property Value
Image
public ulong Image { get; init; }
Property Value
ImageLayout
public uint ImageLayout { get; init; }
Property Value
ImageTiling
public uint ImageTiling { get; init; }
Property Value
ImageUsageFlags
public uint ImageUsageFlags { get; init; }
Property Value
LevelCount
public uint LevelCount { get; init; }
Property Value
Protected
public bool Protected { get; init; }
Property Value
SampleCount
public uint SampleCount { get; init; }