WebIDLpedia

GPUFragmentState dictionary

Definition

WebGPU defines GPUFragmentState



dictionary GPUFragmentState
         : GPUProgrammableStage {
    required sequence<GPUColorTargetState?> targets;
};

Referring IDL interfaces/dictionaries