--- layout: stdlib-reference --- # WaveClusteredRotate ## Description ## Signature
T WaveClusteredRotate<T>(
    T value,
    uint delta,
    uint clusterSize)
    where T : __BuiltinType;

vector<T, N> WaveClusteredRotate<T, N:int>(
    vector<T, N> value,
    uint delta,
    uint clusterSize)
    where T : __BuiltinType;

## Generic Parameters #### T: \_\_BuiltinType #### N : int ## Parameters #### value : [T](waveclusteredrotate-04d.html#typeparam-T) #### delta : uint #### clusterSize : uint #### value : [vector](../types/vector/index.html)\<[T](../types/vector/index.html#typeparam-T), [N](../types/vector/index.html#decl-N)\> ## Availability and Requirements Defined for the following targets: #### glsl Available in all stages. #### spirv Available in all stages. Requires capability: `spvGroupNonUniformRotateKHR`.