const makeColorAttachments: (
texture: GPUTexture | null,
resolve: GPUTexture | null,
layers: number,
clearValue?: GPUColor,
loadOp?: GPULoadOp,
storeOp?: GPUStoreOp,
) => GPURenderPassColorAttachment[]
packages / core / src / color.ts