Skip to main content

Struct WgpuImageCopyTexture

Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll

public readonly struct WgpuImageCopyTexture

Inherited Members

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

Properties

Aspect

public WgpuTextureAspect Aspect { get; init; }

Property Value

WgpuTextureAspect

MipLevel

public uint MipLevel { get; init; }

Property Value

uint

Origin

public WgpuOrigin3D Origin { get; init; }

Property Value

WgpuOrigin3D

Texture

public WgpuTexture Texture { get; init; }

Property Value

WgpuTexture