# GpuComputePassDescriptor

`import { GpuComputePassDescriptor } from "destack:gpu/binding";`

Compute pass descriptor.

```ds title="GpuComputePassDescriptor"
export struct GpuComputePassDescriptor {
    label: string;
    timestampWrites: GpuPassTimestampWrites;
}
```

[language/library/src/gpu/binding/command.ds:152:157](https://github.com/destack-sh/destack/blob/main/language/library/src/gpu/binding/command.ds#L152-L157)

## Members

### `label: string`

Debug label.

### `timestampWrites: GpuPassTimestampWrites`

Timestamp-write descriptor when enabled.
