Definition
WebGPU defines GPURenderPassColorAttachment
dictionary GPURenderPassColorAttachment {
required (GPUTexture or GPUTextureView) view;
GPUIntegerCoordinate depthSlice;
(GPUTexture or GPUTextureView) resolveTarget;
GPUColor clearValue;
required GPULoadOp loadOp;
required GPUStoreOp storeOp;
};