Interface GPUComputePassDescriptor

    interface GPUComputePassDescriptor {
        label?: string;
        timestampWrites?: GPUComputePassTimestampWrites;
    }
    Hierarchy

    Properties

    label?: string

    The initial value of GPUObjectBase.label.

    Defines which timestamp values will be written for this pass, and where to write them to.