--- layout: stdlib-reference --- # WorkgroupSize ## Description ## Signature
vector<int, 3> WorkgroupSize();
## Availability and Requirements
Defined for the following targets:
#### hlsl
Available in `compute` stage only.
#### glsl
Available in `compute` stage only.
#### c
Available in `compute` stage only.
#### cpp
Available in `compute` stage only.
#### cuda
Available in `compute` stage only.
#### metal
Available in `compute` stage only.
#### spirv
Available in `compute` stage only.
#### wgsl
Available in `compute` stage only.
#### slangvm
Available in `compute` stage only.