WaveReadLaneAt
Description
Signature
T WaveReadLaneAt<T>( T value, int lane) where T : __BuiltinType; vector<T, N> WaveReadLaneAt<T, N:int>( vector<T, N> value, int lane) where T : __BuiltinType; matrix<T, N, M> WaveReadLaneAt<T, N:int, M:int>( matrix<T, N, M> value, int lane) where T : __BuiltinType;
Generic Parameters
T: __BuiltinType
N : int
M : int
Parameters
value : T
lane : int
value : vector<T, N>
value : matrix<T, N, M>
Availability and Requirements
Defined for the following targets:
hlsl
Available in all stages.
glsl
Available in all stages.
cuda
Available in all stages.
spirv
Available in all stages.
Requires capability: spvGroupNonUniformShuffle
.