WebIDLpedia

GPUComputePipelineDescriptor dictionary

Definition

WebGPU defines GPUComputePipelineDescriptor



dictionary GPUComputePipelineDescriptor
         : GPUPipelineDescriptorBase {
    required GPUProgrammableStage compute;
};

Referring IDL interfaces/dictionaries