# WorkgroupCount

`import { WorkgroupCount } from "destack:compute";`

Number of workgroups to dispatch.

```ds title="WorkgroupCount"
export struct WorkgroupCount {
    x: uint32;
    y: uint32;
    z: uint32;
}
```

[language/library/src/compute/workgroup.ds:2:11](https://github.com/destack-sh/destack/blob/main/language/library/src/compute/workgroup.ds#L2-L11)

## Members

### `x: uint32`

X axis.

### `y: uint32`

Y axis.

### `z: uint32`

Z axis.
