WebIDLpedia

GPURenderPassColorAttachment dictionary

Definition

WebGPU defines GPURenderPassColorAttachment



dictionary GPURenderPassColorAttachment {
    required GPUTextureView view;
    GPUIntegerCoordinate depthSlice;
    GPUTextureView resolveTarget;

    GPUColor clearValue;
    required GPULoadOp loadOp;
    required GPUStoreOp storeOp;
};

Referring IDL interfaces/dictionaries