WebIDLpedia

GPUComputePassTimestampWrites dictionary

Definition

WebGPU defines GPUComputePassTimestampWrites



dictionary GPUComputePassTimestampWrites {
    required GPUQuerySet querySet;
    GPUSize32 beginningOfPassWriteIndex;
    GPUSize32 endOfPassWriteIndex;
};

Referring IDL interfaces/dictionaries