# GpuDebugBinding

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

Debug binding family.

```ds title="GpuDebugBinding"
export interface GpuDebugBinding {
    setLabel(handle: ResourceId, label: &'a readonly string): Result<void, HostError>;
}
```

[language/library/src/gpu/binding/debug.ds:5:14](https://github.com/destack-sh/destack/blob/main/language/library/src/gpu/binding/debug.ds#L5-L14)

## Members

### `setLabel(handle: ResourceId, label: &'a readonly string): Result<void, HostError>`

Set a debug label on a GPU resource object.
