WebIDLpedia

GPURenderPassLayout dictionary

Definition

WebGPU defines GPURenderPassLayout



dictionary GPURenderPassLayout
         : GPUObjectDescriptorBase {
    required sequence<GPUTextureFormat?> colorFormats;
    GPUTextureFormat depthStencilFormat;
    GPUSize32 sampleCount = 1;
};

Referring IDL interfaces/dictionaries