Interface GPUComputePassTimestampWrites
interface GPUComputePassTimestampWrites {
beginningOfPassWriteIndex?: number;
endOfPassWriteIndex?: number;
querySet: GPUQuerySet;
}
beginningOfPassWriteIndex?: number;
endOfPassWriteIndex?: number;
querySet: GPUQuerySet;
}
 Index
 Properties
OptionalbeginningOfPassWriteIndex    
beginningOfPassWriteIndex?: number
OptionalendOfPassWriteIndex    
endOfPassWriteIndex?: number
If defined, indicates the query index in GPURenderPassTimestampWrites#querySet into which the timestamp at the end of the compute pass will be written.
querySet 
The GPUQuerySet, of type GPUQueryType#"timestamp", that the query results will be written to.
If defined, indicates the query index in GPURenderPassTimestampWrites#querySet into which the timestamp at the beginning of the compute pass will be written.