# GpuBlendState

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

Blend-state descriptor.

```ds title="GpuBlendState"
export struct GpuBlendState {
    color: GpuBlendComponent;
    alpha: GpuBlendComponent;
}
```

[language/library/src/gpu/binding/pipeline.ds:313:318](https://github.com/destack-sh/destack/blob/main/language/library/src/gpu/binding/pipeline.ds#L313-L318)

## Members

### `color: GpuBlendComponent`

Color blend component.

### `alpha: GpuBlendComponent`

Alpha blend component.
