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