Class WindowsSwapChainSurface
Namespace: VelloSharp.Windows
Assembly: VelloSharp.Windows.Core.dll
public sealed class WindowsSwapChainSurface : IDisposable
Inheritance
object ← WindowsSwapChainSurface
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Format
public WgpuTextureFormat Format { get; }
Property Value
Height
public uint Height { get; }
Property Value
PresentMode
public PresentMode PresentMode { get; }
Property Value
Width
public uint Width { get; }
Property Value
Methods
AcquireNextTexture()
public WgpuSurfaceTexture AcquireNextTexture()
Returns
Configure(uint, uint)
public void Configure(uint width, uint height)
Parameters
width
uint
height
uint
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()