QuadReadLaneAt
Description
Signature
T QuadReadLaneAt<T>( T sourceValue, uint quadLaneID) where T : __BuiltinType; vector<T, N> QuadReadLaneAt<T, N:int>( vector<T, N> sourceValue, uint quadLaneID) where T : __BuiltinType; matrix<T, N, M> QuadReadLaneAt<T, N:int, M:int>( matrix<T, N, M> sourceValue, uint quadLaneID) where T : __BuiltinType;
Generic Parameters
T: __BuiltinType
N : int
M : int
Parameters
sourceValue : T
quadLaneID : uint
sourceValue : vector<T, N>
sourceValue : matrix<T, N, M>
Availability and Requirements
Defined for the following targets:
hlsl
Available in all stages.
glsl
Available in all stages.
spirv
Available in all stages.
Requires capability: spvGroupNonUniformQuad
.