Skip to main content

Struct WgpuAdapterInfo

Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll

public readonly struct WgpuAdapterInfo

Inherited Members

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

Constructors

WgpuAdapterInfo(uint, uint, WgpuBackendType, WgpuDeviceType)

public WgpuAdapterInfo(uint vendor, uint device, WgpuBackendType backend, WgpuDeviceType deviceType)

Parameters

vendor uint

device uint

backend WgpuBackendType

deviceType WgpuDeviceType

Properties

Backend

public WgpuBackendType Backend { get; }

Property Value

WgpuBackendType

Device

public uint Device { get; }

Property Value

uint

DeviceType

public WgpuDeviceType DeviceType { get; }

Property Value

WgpuDeviceType

Vendor

public uint Vendor { get; }

Property Value

uint