const makeColorAttachmentWithFormat: (
texture: GPUTexture | null,
resolve: GPUTexture | null,
format: GPUTextureFormat,
clearValue?: GPUColor,
loadOp?: GPULoadOp,
storeOp?: GPUStoreOp,
) => GPURenderPassColorAttachment
packages / core / src / color.ts