Interface GPUQuerySetDescriptor

    interface GPUQuerySetDescriptor {
        count: number;
        label?: string;
        type: GPUQueryType;
    }
    Hierarchy

    Properties

    Properties

    count: number

    The number of queries managed by GPUQuerySet.

    label?: string

    The initial value of GPUObjectBase.label.

    The type of queries managed by GPUQuerySet.