Skip to main content

Struct WgpuSurfaceConfiguration

Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll

public readonly struct WgpuSurfaceConfiguration

Inherited Members

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

Properties

AlphaMode

public WgpuCompositeAlphaMode AlphaMode { get; init; }

Property Value

WgpuCompositeAlphaMode

Format

public WgpuTextureFormat Format { get; init; }

Property Value

WgpuTextureFormat

Height

public uint Height { get; init; }

Property Value

uint

PresentMode

public PresentMode PresentMode { get; init; }

Property Value

PresentMode

Usage

public WgpuTextureUsage Usage { get; init; }

Property Value

WgpuTextureUsage

ViewFormats

public IReadOnlyList<WgpuTextureFormat>? ViewFormats { get; init; }

Property Value

IReadOnlyList<WgpuTextureFormat>?

Width

public uint Width { get; init; }

Property Value

uint