WebIDLpedia

[DEPRECATED] GPUImageCopyTexture dictionary

As of November 4, 2024, this name is no longer defined by a Web Platform specification

Definition

WebGPU defines GPUImageCopyTexture



dictionary GPUImageCopyTexture {
    required GPUTexture texture;
    GPUIntegerCoordinate mipLevel = 0;
    GPUOrigin3D origin = {};
    GPUTextureAspect aspect = "all";
};

Referring IDL interfaces/dictionaries