# GpuCommandBufferDescriptor

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

Command buffer descriptor.

```ds title="GpuCommandBufferDescriptor"
export struct GpuCommandBufferDescriptor {
    label: string;
}
```

[language/library/src/gpu/binding/command.ds:34:37](https://github.com/destack-sh/destack/blob/main/language/library/src/gpu/binding/command.ds#L34-L37)

## Members

### `label: string`

Debug label.
