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
delta : uint
clusterSize : uint
value : vector<T, N>
Availability and Requirements
Defined for the following targets:
glsl
Available in all stages.
spirv
Available in all stages.
Requires capability: spvGroupNonUniformRotateKHR
.