WaveMultiPrefixBitXor
Description
Signature
/// Requires Capability Set 1: T WaveMultiPrefixBitXor<T>( T expr, vector<uint, 4> mask) where T : __BuiltinArithmeticType; /// Requires Capability Set 1: vector<T, N> WaveMultiPrefixBitXor<T, N:int>( vector<T, N> expr, vector<uint, 4> mask) where T : __BuiltinArithmeticType; /// Requires Capability Set 2: matrix<T, N, M> WaveMultiPrefixBitXor<T, N:int, M:int>( matrix<T, N, M> expr, vector<uint, 4> mask) where T : __BuiltinArithmeticType;
Generic Parameters
T: __BuiltinArithmeticType
N : int
M : int
Parameters
expr : T
mask : vector<uint, 4>
expr : vector<T, N>
expr : matrix<T, N, M>
Availability and Requirements
Capability Set 1
Defined for the following targets:
hlsl
Available in all stages.
glsl
Available in all stages.
cuda
Available in all stages.
Capability Set 2
Defined for the following targets:
hlsl
Available in all stages.
cuda
Available in all stages.