csharp
public readonly record struct WgpuImageCopyBufferWhere 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 BufferThe buffer.
public long OffsetWhere its data starts, in bytes.
public int BytesPerRowThe distance between rows, in bytes.
public int RowsPerImageThe 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