WebIDLpedia

GPUExtent3DDict dictionary

Definition

WebGPU defines GPUExtent3DDict



dictionary GPUExtent3DDict {
    required GPUIntegerCoordinate width;
    GPUIntegerCoordinate height = 1;
    GPUIntegerCoordinate depthOrArrayLayers = 1;
};