CoopVec<T, N:int>.store
Description
Signature
void CoopVec<T, N:int>.store( RWByteAddressBuffer buffer, int byteOffset16ByteAligned) where T : __BuiltinArithmeticType; void CoopVec<T, N:int>.store( RWStructuredBuffer<T, DefaultDataLayout> buffer, int byteOffset16ByteAligned) where T : __BuiltinArithmeticType; void CoopVec<T, N:int>.store<M:int>( T[M] data, int byteOffset16ByteAligned) where T : __BuiltinArithmeticType;
Generic Parameters
M : int
Parameters
buffer : RWByteAddressBuffer
byteOffset16ByteAligned : int = 0
buffer : RWStructuredBuffer<T, DefaultDataLayout>
data : T [ M ]
Availability and Requirements
Defined for the following targets:
hlsl
Available in all stages.
cpp
Available in all stages.
cuda
Available in all stages.
spirv
Available in all stages.
Requires capability: spvCooperativeVectorNV
.