WebIDLpedia

GPURenderBundleEncoderDescriptor dictionary

Definition

WebGPU defines GPURenderBundleEncoderDescriptor



dictionary GPURenderBundleEncoderDescriptor
         : GPURenderPassLayout {
    boolean depthReadOnly = false;
    boolean stencilReadOnly = false;
};

Referring IDL interfaces/dictionaries