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
MipLevel
public uint MipLevel { get; init; }
Property Value
Origin
public WgpuOrigin3D Origin { get; init; }
Property Value
Texture
public WgpuTexture Texture { get; init; }