Vixen
02b45cc4
csharp
public readonly record struct WgpuImageCopyBuffer

Where a texture copy's linear side reads from or writes to.

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

Fields and properties (4)

  • public WebGpuObject Buffer

    The buffer.

  • public long Offset

    Where its data starts, in bytes.

  • public int BytesPerRow

    The distance between rows, in bytes.

  • public int RowsPerImage

    The distance between slices, in rows.

Methods (1)

  • public WgpuImageCopyBuffer(WebGpuObject Buffer, long Offset, int BytesPerRow, int RowsPerImage)

    Where a texture copy's linear side reads from or writes to.

Used by (4)

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