Struct WebGpuRuntime.WebGpuSurfaceConfiguration
Namespace: VelloSharp
Assembly: VelloSharp.WebAssembly.dll
public readonly struct WebGpuRuntime.WebGpuSurfaceConfiguration
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
WebGpuSurfaceConfiguration(uint, uint, WebGpuPresentMode)
public WebGpuSurfaceConfiguration(uint width, uint height, WebGpuRuntime.WebGpuPresentMode presentMode)
Parameters
width uint
height uint
presentMode WebGpuRuntime.WebGpuPresentMode
Properties
Height
public uint Height { get; }
Property Value
PresentMode
public WebGpuRuntime.WebGpuPresentMode PresentMode { get; }
Property Value
WebGpuRuntime.WebGpuPresentMode
Width
public uint Width { get; }