CoopVec<T, N:int>.storeAny
Description
spirv only storing to a groupshared array of any type
Signature
void CoopVec<T, N:int>.storeAny<U, M:int>( U[M] data, int byteOffset16ByteAligned) where T : __BuiltinArithmeticType; void CoopVec<T, N:int>.storeAny<U, M:int, L:int>( vector<U, L>[M] data, int byteOffset16ByteAligned) where T : __BuiltinArithmeticType;
Generic Parameters
U
M : int
L : int
Parameters
data : U [ M ]
byteOffset16ByteAligned : int = 0
data : vector<U, L> [ M ]
Availability and Requirements
Defined for the following targets:
spirv
Available in all stages.
Requires capability: spvCooperativeVectorNV
.