csharp
public readonly record struct WgpuImageCopyTextureWhere 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 TextureThe texture.
public int MipLevelWhich mip level.
public int OriginXThe left edge of the region, in texels.
public int OriginYThe top edge.
public int OriginZThe first slice or array layer.
public WgpuTextureAspect AspectWhich 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