Vixen
02b45cc4
csharp
public readonly record struct WgpuImageCopyTexture

Where a texture copy reads from or writes to.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (6)

  • public WebGpuObject Texture

    The texture.

  • public int MipLevel

    Which mip level.

  • public int OriginX

    The left edge of the region, in texels.

  • public int OriginY

    The top edge.

  • public int OriginZ

    The first slice or array layer.

  • public WgpuTextureAspect Aspect

    Which planes.

Methods (1)

  • public WgpuImageCopyTexture(WebGpuObject Texture, int MipLevel, int OriginX, int OriginY, int OriginZ, WgpuTextureAspect Aspect)

    Where a texture copy reads from or writes to.

Used by (4)

  • FakeWebGpuBindingVixen.Graphics.WebGPU.Tests
  • IWebGpuBindingVixen.Graphics.WebGPU
  • NativeWebGpuBindingVixen.Graphics.WebGPU
  • WebGpuCommandListVixen.Graphics.WebGPU